From a98c90db0a56be9def94677d29c545a2027f0ce0 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Sat, 4 Apr 2026 14:45:08 +0100 Subject: Update resolvconf --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index b359f10..8e6751a 100755 --- a/install.sh +++ b/install.sh @@ -316,6 +316,9 @@ NameResolvingService=resolvconf unlink /mnt/etc/dinit.d/boot.d/dhcpcd +# update openresolv +artix-chroot /mnt bash -c "resolvconf -u" + # Set MAKEFLAGS to match CPU threads for faster compiling cp /etc/makepkg.conf /etc/makepkg.conf.bak sed "s/#MAKEFLAGS=\".*\"/MAKEFLAGS=\"-j$(nproc)\"/" -i /mnt/etc/makepkg.conf -- cgit