Chromium update (#2916)
* changing browser moving to chromium-browser from ppa * added new chromium-browser ppa added new pps for non snap ver of chromium * adding fix to chromium for perfomance * added firefox back
This commit is contained in:
parent
94638c25b0
commit
cdda1f0460
@ -3,6 +3,12 @@ if [ -d /etc/chromium-browser/ ]; then ln -sf /etc/armbian/chromium.conf /etc/ch
|
||||
if [ -d /etc/chromium.d/ ]; then ln -sf /etc/armbian/chromium.conf /etc/chromium.d/chromium.conf; fi
|
||||
cp -R /etc/armbian/chromium /usr/share
|
||||
|
||||
if [ -f /etc/chromium-browser/default ]; then
|
||||
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
|
||||
|
||||
# overwrite stock firefox configuration
|
||||
if [ -d /etc/firefox/ ]; then ln -sf /etc/armbian/firefox.conf /etc/firefox/syspref.js; fi
|
||||
if [ -d /usr/lib/firefox-esr/ ]; then
|
||||
|
||||
@ -1 +1 @@
|
||||
firefox
|
||||
chromium-browser firefox
|
||||
|
||||
@ -0,0 +1 @@
|
||||
ppa:saiarcot895/chromium-dev
|
||||
Loading…
Reference in New Issue
Block a user