diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2022-12-20 13:56:12 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2022-12-20 13:56:12 -0300 |
commit | 2b80e526539698f9315eea1d0b5a0834b2519d94 (patch) | |
tree | a32c02ce58caec3e1bf32e12667132748a56f1e1 /share/provision/debian/web-full | |
parent | 4bdba1917d6e247c1a54e78d9db14bf28e115e11 (diff) | |
download | kvmx-2b80e526539698f9315eea1d0b5a0834b2519d94.tar.gz kvmx-2b80e526539698f9315eea1d0b5a0834b2519d94.tar.bz2 |
Fix: provision: move tor installation to web-basic
Diffstat (limited to 'share/provision/debian/web-full')
-rwxr-xr-x | share/provision/debian/web-full | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/share/provision/debian/web-full b/share/provision/debian/web-full index f16b032..5eeb32a 100755 --- a/share/provision/debian/web-full +++ b/share/provision/debian/web-full @@ -32,9 +32,6 @@ $DIRNAME/web-basic $HOSTNAME $DOMAIN $MIRROR # Office Suite $APT_INSTALL libreoffice libreoffice-gkt3 gimp inkscape mat -# Lave Tor available if the user wants to route other software besides running Tor Browser -$APT_INSTALL tor - # Luakit using stowpkg #if [ ! -x "$HOME/apps/stowpkg/tree/`uname -m`/bin/luakit" ]; then # $APT_INSTALL make stow |