aboutsummaryrefslogtreecommitdiffstats
path: root/packages/torouter-prep
diff options
context:
space:
mode:
Diffstat (limited to 'packages/torouter-prep')
-rw-r--r--packages/torouter-prep/src/torouter_config.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/torouter-prep/src/torouter_config.sh b/packages/torouter-prep/src/torouter_config.sh
index 04a8206..93e8608 100644
--- a/packages/torouter-prep/src/torouter_config.sh
+++ b/packages/torouter-prep/src/torouter_config.sh
@@ -48,7 +48,8 @@ apt-get -y install less
apt-get -y install screen
# Install a few networking tools
-apt-get -y install lsof wireless-tools iputils-ping
+apt-get -y install lsof wireless-tools iputils-ping \
+ lsof net-tools tcptraceroute traceroute mtr-tiny
# Install the weird wireless control for the DreamPlug
apt-get install -y -t sid uaputl
@@ -167,7 +168,7 @@ addgroup $ADMINGROUP
useradd -g $ADMINGROUP -G $TORADMINGROUP -s /bin/bash $ADMINUSER
##
-## Add arm startup trick with cron for shared screen
+## Add arm startup trick with cron for shared screen run as $ADMINUSER
##
crontab -u $ADMINUSER $config_dir/tor-arm-crontab