2022-08-30 16:54:09 +01:00

10 lines
290 B
Bash
Executable File

#!/bin/bash -e
on_chroot << 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
apt-mark auto python3-pyqt5 python3-opengl
EOF