mirror of
https://github.com/tommytran732/Arch-Setup-Script
synced 2024-11-09 04:01:33 -05: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:
parent
d710acdaf8
commit
e8cafae818
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user