diff options
author | Jacob Appelbaum <jacob@appelbaum.net> | 2011-08-25 02:08:13 +0200 |
---|---|---|
committer | Jacob Appelbaum <jacob@appelbaum.net> | 2011-08-25 02:08:13 +0200 |
commit | 12658f7719b46d6e2dfbf778ca5877d384a5fdd6 (patch) | |
tree | 69cdf38dd15567eecdc02b95e4266739a05cc396 | |
parent | 2da67986a68571789172cc1f469f2d010d8128de (diff) | |
download | torouter-12658f7719b46d6e2dfbf778ca5877d384a5fdd6.tar.gz torouter-12658f7719b46d6e2dfbf778ca5877d384a5fdd6.zip |
we want to install this directly so that autoclean doesn't kill it
-rw-r--r-- | packages/torouter-prep/src/torouter_config.sh | 3 |
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 ## |