From 0d32ea576c10cdae7dac83454fee8bb1745ec677 Mon Sep 17 00:00:00 2001 From: Paul-Luca-Schugardt <73887606+Paul-Luca-Schugardt@users.noreply.github.com> Date: Wed, 24 Mar 2021 09:31:01 +0100 Subject: [PATCH] Update Firefox.yml --- recipes/Firefox.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}")")"