From aab3d078452bb36caa0f79938a8d3a59924f6486 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Tue, 16 Apr 2024 18:27:42 +0100 Subject: Fix incorrect openssh service name --- install-artix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install-artix.sh') 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 \ -- cgit