diff --git a/apps/Firefox Rapid Release/uninstall b/apps/Firefox Rapid Release/uninstall index 9f0c6d5..57871ea 100755 --- a/apps/Firefox Rapid Release/uninstall +++ b/apps/Firefox Rapid Release/uninstall @@ -7,8 +7,8 @@ function error { exit 1 } -sudo apt purge firefox -y || error "Failed to uninstall firefox!" -sudo rm /etc/apt/preferences.d/99bionic-updates || error "Failed to delete /etc/apt/preferences.d/99bionic-updates" -sudo rm /etc/apt/sources.list.d/firefox-ubuntu.list || error "Failed to delete the repository!" +sudo apt purge firefox -y +sudo rm -f /etc/apt/preferences.d/99bionic-updates +sudo rm -f /etc/apt/sources.list.d/firefox-ubuntu.list sudo apt-key del "3B4FE6ACC0B21F32" || error "Failed to delete the key!"