From e8cafae818eec8c5d210e7fcc14a2de17ea6c2d2 Mon Sep 17 00:00:00 2001 From: funk-on-code <113871227+funk-on-code@users.noreply.github.com> Date: Wed, 7 Aug 2024 08:16:43 +1000 Subject: [PATCH] Correct sshd service location for server install. (#37) Update install.sh Correct sshd service location. Fixes #35 Signed-off-by: funk-on-code <113871227+funk-on-code@users.noreply.github.com> --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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