diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-26 08:39:39 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-26 08:39:39 -0300 |
commit | f0626abaf93c7751ef74af2dc4d86044993ddd2a (patch) | |
tree | 4752a45b9a92b43a4c50171153a4f3d8f3007e22 | |
parent | cb21d0f9354fb838356cfd588667edaf370069db (diff) | |
download | kvmx-f0626abaf93c7751ef74af2dc4d86044993ddd2a.tar.gz kvmx-f0626abaf93c7751ef74af2dc4d86044993ddd2a.tar.bz2 |
Fix: provision: debian: desktop-basic: do not install torbrowser-launcher
-rwxr-xr-x | share/provision/debian/desktop-basic | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/provision/debian/desktop-basic b/share/provision/debian/desktop-basic index 30c9ea3..aeb1e7f 100755 --- a/share/provision/debian/desktop-basic +++ b/share/provision/debian/desktop-basic @@ -46,10 +46,11 @@ apps/metadot/metadot deps-bundle desktop-basic # Additional packages echo "Installing additional desktop-basic packages..." -$APT_INSTALL xpra lightdm firejail xsel tigervnc-viewer +$APT_INSTALL xpra lightdm firejail xsel tigervnc-viewer alsa-utils pulseaudio +# Tor Browser launcher # See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=861744 -$APT_INSTALL torbrowser-launcher alsa-utils pulseaudio +#$APT_INSTALL torbrowser-launcher # System-wide configuration sudo cp $DIRNAME/files/desktop-basic/etc/lightdm/lightdm.conf /etc/lightdm/lightdm.conf |