summaryrefslogtreecommitdiff
path: root/bootstrap_debian
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap_debian')
-rwxr-xr-xbootstrap_debian3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap_debian b/bootstrap_debian
index f4c5d63..a8bd806 100755
--- a/bootstrap_debian
+++ b/bootstrap_debian
@@ -22,7 +22,8 @@ isc-dhcp-client,\
netbase,\
net-tools,\
iproute,\
-openssh-server
+openssh-server,\
+dbus
if [ $(id -u) -ne 0 ]; then
echo "You must be root to execute this command"