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

9 lines
235 B
Bash
Raw Normal View History

2016-09-04 23:58:41 -04:00
#!/bin/bash -e
on_chroot << EOF
2016-09-04 23:58:41 -04:00
update-alternatives --install /usr/bin/x-www-browser \
2020-08-10 21:21:33 -04:00
x-www-browser /usr/bin/firefox-esr 86
2016-09-04 23:58:41 -04:00
update-alternatives --install /usr/bin/gnome-www-browser \
2020-08-10 21:21:33 -04:00
gnome-www-browser /usr/bin/firefox-esr 86
2016-09-04 23:58:41 -04:00
EOF