]> gitweb.fluxo.info Git - kvmx.git/commitdiff
Provision: install alsa-utils and pulseaudio at desktop-basic
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 9 Jul 2018 20:16:07 +0000 (17:16 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 9 Jul 2018 20:16:07 +0000 (17:16 -0300)
share/provision/desktop-basic
share/provision/tor-browser

index 84502839af3cbd172b5f75fb1a6c83de9b9767d2..b90c83e799b2f28f788b296355b13a80250b0a09 100755 (executable)
@@ -48,6 +48,9 @@ apps/metadot/metadot deps-bundle desktop-basic
 echo "Installing additional desktop-basic packages..."
 $APT_INSTALL xpra lightdm firejail
 
+# See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=861744
+$APT_INSTALL torbrowser-launcher alsa-utils pulseaudio
+
 # System-wide configuration
 sudo cp $DIRNAME/files/desktop-basic/etc/lightdm/lightdm.conf /etc/lightdm/lightdm.conf
 sudo cp $DIRNAME/files/desktop-basic/etc/default/keyboard     /etc/default/keyboard
index 29881f825aaaf89f85a80a91fcece9493ea71774..7fe9513177de7c7a8cf44f30d403d5414d017e10 100755 (executable)
@@ -28,6 +28,3 @@ APT_INSTALL="sudo LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get install -y"
 
 # Provision the basic stuff
 $DIRNAME/desktop-basic $HOSTNAME $DOMAIN $MIRROR
-
-# See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=861744
-$APT_INSTALL torbrowser-launcher alsa-utils pulseaudio