From 6f86084e63acef8457f69ac26f141ff2c92ec306 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Sat, 27 May 2023 11:17:17 +0100 Subject: Remove unnecessary packages --- install-artix.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install-artix.sh') diff --git a/install-artix.sh b/install-artix.sh index c3e15fd..3139938 100755 --- a/install-artix.sh +++ b/install-artix.sh @@ -151,14 +151,14 @@ basestrap /mnt \ git vim man-db man-pages ${ucode} # Install services basestrap /mnt \ - cryptsetup-runit glibc-runit device-mapper-runit \ + cryptsetup-runit \ iwd-runit dhcpcd-runit openntpd-runit \ cronie-runit openssh-runit ufw-runit # Extra packages basestrap /mnt runit-bash-completions # Enable runit services -services="ufw iwd dhcpcd openntpd cronie openssh dmeventd" +services="ufw iwd dhcpcd openntpd cronie openssh" for service in ${services}; do artix-chroot /mnt bash -c \ "ln -sf /etc/runit/sv/${service} /etc/runit/runsvdir/default/" -- cgit