diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-26 08:40:34 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-26 08:40:34 -0300 |
commit | a3816e1be1bb1b99ab7ca5d7a553c96f91160252 (patch) | |
tree | b8541c2c2fe4575a8ae16e1885e0d2fdc4b55e53 | |
parent | f0626abaf93c7751ef74af2dc4d86044993ddd2a (diff) | |
download | kvmx-a3816e1be1bb1b99ab7ca5d7a553c96f91160252.tar.gz kvmx-a3816e1be1bb1b99ab7ca5d7a553c96f91160252.tar.bz2 |
Fix: provision: debian: desktop-basic: do not install torbrowser-launcher (2)
-rwxr-xr-x | share/provision/debian/desktop-basic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/provision/debian/desktop-basic b/share/provision/debian/desktop-basic index aeb1e7f..c4cc33a 100755 --- a/share/provision/debian/desktop-basic +++ b/share/provision/debian/desktop-basic @@ -49,7 +49,7 @@ echo "Installing additional desktop-basic packages..." $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 +# Deprecated in favor of https://git.fluxo.info/utils-tor #$APT_INSTALL torbrowser-launcher # System-wide configuration |