1
0
mirror of https://github.com/tommytran732/Arch-Setup-Script synced 2024-09-18 14:44:43 -04:00

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>
This commit is contained in:
funk-on-code 2024-08-07 08:16:43 +10:00 committed by GitHub
parent d710acdaf8
commit e8cafae818
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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