Update install add default browser set

master-b
Alan Johnston 1 month ago committed by GitHub
parent 8972ebf21b
commit 9c86e2d59c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -855,6 +855,14 @@ sudo apt install -y raspberrypi-ui-mods
sudo apt autoremove -y
if [ $(gpio -v | grep "Pi 4") ]; then
sudo raspi-config nonint do_browser chromium
fi
if [ $(gpio -v | grep "Pi 5") ]; then
sudo raspi-config nonint do_browser firefox
fi
if [ "$noreboot" = "0" ] ; then
if [ $FLAG -eq 1 ]; then # Not sure if this is needed

Loading…
Cancel
Save

Powered by TurnKey Linux.