Changed default browser to surf

Also deleted unneeded Chromium garbage
This commit is contained in:
Logan G 2020-08-10 20:40:49 -06:00
parent 42dcfcc588
commit 0049db4bd7
Signed by: logan
GPG key ID: E328528C921E7A7A
2 changed files with 2 additions and 4 deletions

View file

@ -1,2 +0,0 @@
# Adobe Flash Player. Copyright 1996-2015. Adobe Systems Incorporated. All Rights Reserved.
rpi-chromium-mods rpi-chromium-mods/adobe note

View file

@ -2,7 +2,7 @@
on_chroot << EOF on_chroot << EOF
update-alternatives --install /usr/bin/x-www-browser \ update-alternatives --install /usr/bin/x-www-browser \
x-www-browser /usr/bin/firefox-esr 86 x-www-browser /usr/bin/surf 86
update-alternatives --install /usr/bin/gnome-www-browser \ update-alternatives --install /usr/bin/gnome-www-browser \
gnome-www-browser /usr/bin/firefox-esr 86 gnome-www-browser /usr/bin/surf 86
EOF EOF