diff options
| -rwxr-xr-x | install-artix.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install-artix.sh b/install-artix.sh index 05e95e9..5684b5d 100755 --- a/install-artix.sh +++ b/install-artix.sh @@ -225,7 +225,7 @@ basestrap /mnt \ cronie-runit openssh-runit ufw-runit # Enable runit services -services="ufw iwd dhcpcd openntpd cronie openssh" +services="ufw iwd dhcpcd openntpd cronie sshd" # NOTE: do not quote 'services' variable or space is ignored for service in ${services}; do artix-chroot /mnt bash -c \ |
