diff --git a/recipes/Firefox.yml b/recipes/Firefox.yml index 1f94daf4..f3c4c396 100644 --- a/recipes/Firefox.yml +++ b/recipes/Firefox.yml @@ -62,7 +62,7 @@ script: - EOF - wget -c "https://raw.githubusercontent.com/AppImage/AppImages/master/recipes/Firefox_mozilla.cfg" -O usr/bin/mozilla.cfg - wget -c "https://raw.githubusercontent.com/AppImage/AppImages/master/recipes/Firefox_00_admin-prefs.js" -O usr/bin/defaults/pref/00_admin-prefs.js - - rm usr/bin/browser/blocklist.xml # Contains app.update. settings; maybe this helps to disable the nag screens + # - rm usr/bin/browser/blocklist.xml # Contains app.update. settings; maybe this helps to disable the nag screens - cat > AppRun <<\EOF - #!/bin/bash - HERE="$(dirname "$(readlink -f "${0}")")"