Skip to content

Commit

Permalink
fix typo in comment
Browse files Browse the repository at this point in the history
The only reason I'm doing this to an install script is because nobody
has installed it yet so might was well do it now.
  • Loading branch information
Botspot committed Feb 23, 2024
1 parent 64637cd commit 3d0e3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/Signal/install-64
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ version='6.48.1'

install_packages "https://github.com/dennisameling/Signal-Desktop/releases/download/v${version}/signal-desktop-unofficial_${version}_arm64.deb" || exit 1

#patch menu launcher to not say 'Signal Unnoficial'
#patch menu launcher to not say 'Signal Unofficial'
sudo sed -i 's/^Name=Signal Unofficial$/Name=Signal/g' /usr/share/applications/signal-desktop-unofficial.desktop

0 comments on commit 3d0e3cc

Please sign in to comment.