diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2019-03-16 13:43:08 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2019-03-16 13:43:08 -0300 |
commit | 89848e93a5b84d6999258b4325203a6acfca9c0e (patch) | |
tree | a48ccd7f42cd26ba450af7838816118e7a89bbc4 /share/provision/web-full | |
parent | 7a02479f6dbe2451770f1548b5ed61dc8a861b1f (diff) | |
download | kvmx-89848e93a5b84d6999258b4325203a6acfca9c0e.tar.gz kvmx-89848e93a5b84d6999258b4325203a6acfca9c0e.tar.bz2 |
Provision: better dependencies
Diffstat (limited to 'share/provision/web-full')
-rwxr-xr-x | share/provision/web-full | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/provision/web-full b/share/provision/web-full index 2676274..75f207d 100755 --- a/share/provision/web-full +++ b/share/provision/web-full @@ -32,8 +32,8 @@ $DIRNAME/web-basic $HOSTNAME $DOMAIN $MIRROR # LibreOffice $APT_INSTALL libreoffice -# Tor -$DIRNAME/tor-browser $HOSTNAME $DOMAIN $MIRROR +# 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 |