diff options
-rwxr-xr-x | bootstrap_debian | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap_debian b/bootstrap_debian index 02667d2..124f72f 100755 --- a/bootstrap_debian +++ b/bootstrap_debian @@ -21,7 +21,8 @@ netbase,\ net-tools,\ iproute,\ openssh-server,\ -dbus +dbus,\ +systemd if [ $(id -u) -ne 0 ]; then echo "You must be root to execute this command" |