summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlake Romero <blake@developercraft.com>2026-04-04 14:45:08 +0100
committerBlake Romero <blake@developercraft.com>2026-04-04 14:45:08 +0100
commita98c90db0a56be9def94677d29c545a2027f0ce0 (patch)
tree067075021f4c340979894e9cca12a7a0cdf765c4
parent8e6ed3b8188329210f9aff4e91813af0f2fcfd06 (diff)
Update resolvconf
-rwxr-xr-xinstall.sh3
1 files changed, 3 insertions, 0 deletions
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