1
0
Fork 0
This repository has been archived on 2023-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
raspberrypi-build/stage3/00-install-packages/01-run.sh

10 lines
253 B
Bash
Raw Normal View History

2016-09-05 13:58:41 +10:00
#!/bin/bash -e
on_chroot sh -e - <<EOF
update-alternatives --install /usr/bin/x-www-browser \
x-www-browser /usr/bin/chromium-browser 86
update-alternatives --install /usr/bin/gnome-www-browser \
gnome-www-browser /usr/bin/chromium-browser 86
EOF