From 2a456e35cf46d2ad1c34ac97bd9b60e7ae3062fe Mon Sep 17 00:00:00 2001 From: Austin English Date: Sat, 23 May 2020 03:41:03 -0500 Subject: [PATCH] scripts/InstallScripts/InstallPackages.sh,scripts/buildFilesystem.sh: install chromium --- scripts/InstallScripts/InstallPackages.sh | 2 ++ scripts/buildFilesystem.sh | 1 + 2 files changed, 3 insertions(+) diff --git a/scripts/InstallScripts/InstallPackages.sh b/scripts/InstallScripts/InstallPackages.sh index 896872e..b218da9 100755 --- a/scripts/InstallScripts/InstallPackages.sh +++ b/scripts/InstallScripts/InstallPackages.sh @@ -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 diff --git a/scripts/buildFilesystem.sh b/scripts/buildFilesystem.sh index ce00d74..f51dbe6 100755 --- a/scripts/buildFilesystem.sh +++ b/scripts/buildFilesystem.sh @@ -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