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