Skip to content

Commit

Permalink
fixed uninstallation error
Browse files Browse the repository at this point in the history
  • Loading branch information
Corewala committed Dec 5, 2020
1 parent 2b1b5d6 commit cbda2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ case $selection in
sudo /usr/bin/ufw default allow outgoing &> /dev/null
rm ~/.local/bin/smother
rm ~/.local/share/applications/Smother.desktop
rm /.icons/smother.svg
rm ~/.icons/smother.svg
;;

*)
Expand Down

0 comments on commit cbda2b5

Please sign in to comment.