From 8c5702a1354d616fcfe233e32dc535bce18ff7b6 Mon Sep 17 00:00:00 2001
From: funk-on-code <113871227+funk-on-code@users.noreply.github.com>
Date: Mon, 5 Aug 2024 15:33:23 +1000
Subject: [PATCH] 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 292f9c7..667950a 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