From 7458fd2c83aec3dc6d46e4442d3645b2d4b664f6 Mon Sep 17 00:00:00 2001 From: cmatomic <33186553+cmatomic@users.noreply.github.com> Date: Fri, 28 Aug 2020 10:24:03 +0100 Subject: [PATCH] Update Firefox.yml #- rm usr/bin/browser/blocklist.xml # Contains app.update. settings; maybe this helps to disable the nag screens this line is causing error in the script --- recipes/Firefox.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/Firefox.yml b/recipes/Firefox.yml index 1f94daf4..25c494a9 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}")")"