From 2190f40e1607ad59379f5ffed02f85a801e48726 Mon Sep 17 00:00:00 2001 From: Cyryl Plotnicki-Chudyk Date: Sun, 26 Oct 2014 09:46:20 +0100 Subject: [PATCH] added tor to basic install --- install_ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_ubuntu.sh b/install_ubuntu.sh index 38bd70b8..4f30d298 100755 --- a/install_ubuntu.sh +++ b/install_ubuntu.sh @@ -1,7 +1,7 @@ #!/bin/bash sudo apt-get update sudo apt-get dist-upgrade -sudo apt-get install meld whois zsh tmux vim atop aria2 curl pv pixz gajim +sudo apt-get install meld whois zsh tmux vim atop aria2 curl pv pixz gajim tor torsocks DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" $DIR/install_common.sh