index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | codefiles <11915375+codefiles@users.noreply.github.com> | 2023-05-15 09:53:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-15 15:53:42 +0200 |
commit | 5276d95339368210e75791e2b88c1bf5aca4517b (patch) | |
tree | 6db5d37c4ac09f135b53f985b904ce0e228236f5 | |
parent | 3267ee215ae7d4fcd0cc34a29c008c37c08e17f4 (diff) |
-rwxr-xr-x | build_iso.sh | 1 |
diff --git a/build_iso.sh b/build_iso.sh index 26adf95e..80bd8bb0 100755 --- a/build_iso.sh +++ b/build_iso.sh @@ -30,7 +30,6 @@ cat <<- _EOF_ | tee /tmp/archlive/airootfs/root/.zprofile echo "Type archinstall to launch the installer." _EOF_ -pacman -Sy pacman --noconfirm -S git archiso cp -r /usr/share/archiso/configs/releng/* /tmp/archlive |