diff --git a/install.sh b/install.sh index 3a4042f..fed14a8 100644 --- a/install.sh +++ b/install.sh @@ -582,7 +582,7 @@ if [ "${install_mode}" = 'desktop' ]; then fi if [ "${install_mode}" = 'server' ]; then - systemctl enable sshd --root=/mnt + systemctl enable sshd.socket --root=/mnt fi ## Set umask to 077.