Skip to content

Commit

Permalink
fix: use correct command to remove firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
noahdotpy committed Feb 2, 2025
1 parent dafb571 commit 736c044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/scripts/common-post/remove-firefox-if-exists.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ set -euo pipefail
if [[ ! -f "/usr/bin/firefox" ]]; then
echo "Firefox doesn't exists, not removing..."
else
rpm-ostree remove firefox
rpm-ostree remove firefox-langpacks
rpm-ostree override remove firefox
rpm-ostree override remove firefox-langpacks
fi

0 comments on commit 736c044

Please sign in to comment.