summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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