added tor to basic install
This commit is contained in:
parent
234e4e941c
commit
2190f40e16
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get dist-upgrade
|
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="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
$DIR/install_common.sh
|
$DIR/install_common.sh
|
||||||
|
|
Loading…
Reference in a new issue