diff options
| author | Blake Romero <blake@developercraft.com> | 2026-04-04 14:45:08 +0100 |
|---|---|---|
| committer | Blake Romero <blake@developercraft.com> | 2026-04-04 14:45:08 +0100 |
| commit | a98c90db0a56be9def94677d29c545a2027f0ce0 (patch) | |
| tree | 067075021f4c340979894e9cca12a7a0cdf765c4 | |
| parent | 8e6ed3b8188329210f9aff4e91813af0f2fcfd06 (diff) | |
Update resolvconf
| -rwxr-xr-x | install.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
