diff options
Diffstat (limited to 'bootstrap_debian')
-rwxr-xr-x | bootstrap_debian | 3 |
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" |