Skip to content

Commit

Permalink
fix: debrand firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton authored Nov 19, 2023
1 parent 9fc2214 commit 4f1c967
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion katsu/modules/live/live.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,7 @@ echo "Setting up NVIDIA driver install script"

anaconda_dir=/usr/share/anaconda/post-scripts

mkdir -p "$anaconda_dir"
mkdir -p "$anaconda_dir"

# Delete the firefox redhat configs, debranding
rm -rf /usr/lib64/firefox/browser/defaults/preferences/firefox-redhat-default-prefs.js

0 comments on commit 4f1c967

Please sign in to comment.