From a3c7334dadc1daf84d1f4729eeaa808a633477aa Mon Sep 17 00:00:00 2001 From: Richard Neese Date: Thu, 1 Jul 2021 09:44:11 -0400 Subject: [PATCH] fixed a missing fi in the apps browsers. (#2946) --- config/desktop/focal/appgroups/browsers/debian/postinst | 1 + 1 file changed, 1 insertion(+) diff --git a/config/desktop/focal/appgroups/browsers/debian/postinst b/config/desktop/focal/appgroups/browsers/debian/postinst index ad5b59b8ea..3a51194aee 100644 --- a/config/desktop/focal/appgroups/browsers/debian/postinst +++ b/config/desktop/focal/appgroups/browsers/debian/postinst @@ -8,6 +8,7 @@ cat > /etc/chromium-browser/default << DELIM # Options to pass to chromium-browser CHROMIUM_FLAGS="--use-gl=egl --ignore-gpu-blocklist --enable-accelerated-video-decode --enable-zero-copy --enable-gpu-rasterization --enable-oop-rasterization --enable-pinch --flag-switches-begin --flag-switches-end --origin-trial-disabled-features=SecurePaymentConfirmation" DELIM +fi # overwrite stock firefox configuration if [ -d /etc/firefox/ ]; then ln -sf /etc/armbian/firefox.conf /etc/firefox/syspref.js; fi