mirror of
https://github.com/tommytran732/Arch-Setup-Script
synced 2025-02-20 18:01:33 -05:00
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:
parent
57d9e1d7bd
commit
8c5702a135
@ -591,7 +591,7 @@ if [ "${install_mode}" = 'desktop' ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "${install_mode}" = 'server' ]; then
|
if [ "${install_mode}" = 'server' ]; then
|
||||||
systemctl enable sshd.socket --root=/mnt
|
systemctl enable sshd --root=/mnt
|
||||||
systemctl enable unbound --root=/mnt
|
systemctl enable unbound --root=/mnt
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user