aboutsummaryrefslogtreecommitdiffstats
path: root/packages/torouter-prep
diff options
context:
space:
mode:
authorJacob Appelbaum <jacob@appelbaum.net>2011-08-25 02:08:13 +0200
committerJacob Appelbaum <jacob@appelbaum.net>2011-08-25 02:08:13 +0200
commit12658f7719b46d6e2dfbf778ca5877d384a5fdd6 (patch)
tree69cdf38dd15567eecdc02b95e4266739a05cc396 /packages/torouter-prep
parent2da67986a68571789172cc1f469f2d010d8128de (diff)
downloadtorouter-12658f7719b46d6e2dfbf778ca5877d384a5fdd6.tar.gz
torouter-12658f7719b46d6e2dfbf778ca5877d384a5fdd6.zip
we want to install this directly so that autoclean doesn't kill it
Diffstat (limited to 'packages/torouter-prep')
-rw-r--r--packages/torouter-prep/src/torouter_config.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/torouter-prep/src/torouter_config.sh b/packages/torouter-prep/src/torouter_config.sh
index e5a3391..8449eec 100644
--- a/packages/torouter-prep/src/torouter_config.sh
+++ b/packages/torouter-prep/src/torouter_config.sh
@@ -80,6 +80,9 @@ apt-get -y install ttdnsd
# Install a normal dns cache for eth1
apt-get -y install dnsmasq
+# install the best dhcp client we're gonna get in debian land
+apt-get -y install isc-dhcp-client
+
##
## Configuration stage of the script
##