diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-07-09 17:16:07 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-07-09 17:16:07 -0300 |
commit | 7f8c98b1bfaf205f538b7de0104fd7125832348b (patch) | |
tree | 1af7da90ef57ee1fbb0729a2a9f1de7b7f07cfc0 | |
parent | 292cf855c9a1ba38dac6ee940ed8229f5167ffa5 (diff) | |
download | kvmx-7f8c98b1bfaf205f538b7de0104fd7125832348b.tar.gz kvmx-7f8c98b1bfaf205f538b7de0104fd7125832348b.tar.bz2 |
Provision: install alsa-utils and pulseaudio at desktop-basic
-rwxr-xr-x | share/provision/desktop-basic | 3 | ||||
-rwxr-xr-x | share/provision/tor-browser | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/share/provision/desktop-basic b/share/provision/desktop-basic index 8450283..b90c83e 100755 --- a/share/provision/desktop-basic +++ b/share/provision/desktop-basic @@ -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 diff --git a/share/provision/tor-browser b/share/provision/tor-browser index 29881f8..7fe9513 100755 --- a/share/provision/tor-browser +++ b/share/provision/tor-browser @@ -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 |