RaspbianRed/stage3/00-install-packages/01-run.sh

9 lines
257 B
Bash
Executable file

#!/bin/bash -e
on_chroot << EOF
systemctl enable sddm
update-alternatives --install /usr/bin/x-www-browser \
x-www-browser /usr/bin/firefox-esr 86
update-alternatives --install /usr/bin/gnome-www-browser \
gnome-www-browser /usr/bin/firefox-esr 86
EOF