Fix uninstall.sh

This commit is contained in:
Peter Green 2023-01-08 20:56:26 +00:00
parent c1aed4bcb9
commit 719f904a2e
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
echo "Removing all files and shortcuts..."
rm -r "$HOME"/bin/backup_home
rm "$HOME"/.local/share/applications
rm "$HOME"/.local/share/applications/Backup.desktop
echo "Application now removed!"
echo "Press 'Enter' to close this window..."