diff --git a/install.sh b/install.sh index 8c5ec6e..f5fef0d 100644 --- a/install.sh +++ b/install.sh @@ -591,7 +591,7 @@ if [ "${install_mode}" = 'desktop' ]; then fi if [ "${install_mode}" = 'server' ]; then - systemctl enable sshd.socket --root=/mnt + systemctl enable sshd --root=/mnt systemctl enable unbound --root=/mnt fi