aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-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
##