scripts/InstallScripts/InstallPackages.sh,scripts/buildFilesystem.sh: install chromium
This commit is contained in:
parent
9a38a9943e
commit
2a456e35cf
@ -37,7 +37,9 @@ dpkg-reconfigure tzdata
|
||||
DEBIAN_FRONTEND=noninteractive apt install -y xorg acpi-support lightdm tasksel dpkg librsvg2-common xorg xserver-xorg-input-libinput alsa-utils anacron avahi-daemon eject iw libnss-mdns xdg-utils mousepad vlc dconf-cli dconf-editor sudo dtrx emacs sysfsutils bluetooth
|
||||
DEBIAN_FRONTEND=noninteractive apt install -y network-manager-gnome network-manager-openvpn network-manager-openvpn-gnome
|
||||
|
||||
# Browsers
|
||||
DEBIAN_FRONTEND=noninteractive apt install -y firefox-esr
|
||||
DEBIAN_FRONTEND=noninteractive apt install -y chromium
|
||||
|
||||
[ "$DE" = "xfce" ] && apt install -y xfce4 dbus-user-session system-config-printer tango-icon-theme xfce4-power-manager xfce4-terminal xfce4-goodies numix-gtk-theme plank accountsservice papirus-icon-theme
|
||||
[ "$DE" = "lxqt" ] && apt install -y lxqt pavucontrol-qt
|
||||
|
@ -226,6 +226,7 @@ chroot $outmnt apt-get install -y -d xorg acpi-support lightdm tasksel dpkg libr
|
||||
|
||||
chroot $outmnt apt-get install -d -y firefox-esr
|
||||
# grab chromium as well, since sound is still broken in firefox for some media
|
||||
chroot $outmnt apt-get install -d -y chromium
|
||||
|
||||
#Cleanup hosts
|
||||
rm -rf $outmnt/etc/hosts #This is what https://wiki.debian.org/EmDebian/CrossDebootstrap suggests
|
||||
|
Loading…
Reference in New Issue
Block a user