diff options
author | Arturo FilastoĢ <hellais@torproject.org> | 2011-08-26 00:54:10 +0200 |
---|---|---|
committer | Arturo FilastoĢ <hellais@torproject.org> | 2011-08-26 00:54:10 +0200 |
commit | b3f4d69254943b65a482c85a4d85b351af1e2712 (patch) | |
tree | 128d73982989e30770a339e4afd00f227960774f /packages | |
parent | 9ac2c7a00186e1b0daf527cadf94b1f104fc3e14 (diff) | |
parent | 6657b82c3eec9026967c98961f30a0e946ba5ec9 (diff) | |
download | torouter-b3f4d69254943b65a482c85a4d85b351af1e2712.tar.gz torouter-b3f4d69254943b65a482c85a4d85b351af1e2712.zip |
Merge branch 'master' of ssh://git-rw.torproject.org/torouter
Diffstat (limited to 'packages')
-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 ## |