Browse Source

Merge pull request #168 from austin987/chromium

scripts/buildFilesystem.sh: install chromium
SolidHal 4 years ago
parent
commit
9522627498
2 changed files with 3 additions and 0 deletions
  1. 2 0
      scripts/InstallScripts/InstallPackages.sh
  2. 1 0
      scripts/buildFilesystem.sh

+ 2 - 0
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

+ 1 - 0
scripts/buildFilesystem.sh

@@ -235,6 +235,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