fixed a missing fi in the apps browsers. (#2946)
This commit is contained in:
parent
e067bf90d0
commit
a3c7334dad
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user