diff options
| author | Blake Romero <blake@blkrom.com> | 2023-05-27 11:17:17 +0100 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2023-05-27 11:17:17 +0100 |
| commit | 6f86084e63acef8457f69ac26f141ff2c92ec306 (patch) | |
| tree | a719b41f0e9ab0b0737e3b8dc2033918e8ccb19e | |
| parent | 95d02181f1cc2a103f3e848b5d81205d27ef8d31 (diff) | |
Remove unnecessary packages
| -rwxr-xr-x | install-artix.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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/" |
