index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | codefiles <11915375+codefiles@users.noreply.github.com> | 2023-09-17 15:38:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-17 21:38:19 +0200 |
commit | 71ecfcc24e249542a4fce38914bcbf75d3f334ba (patch) | |
tree | e1e7fda47749a14cffa2457e165f94cafb0ba82d | |
parent | 91c2906f3cc30903986b77a320e086856f05d080 (diff) |
-rwxr-xr-x | build_iso.sh | 2 |
diff --git a/build_iso.sh b/build_iso.sh index e18b9b6b..3955b41a 100755 --- a/build_iso.sh +++ b/build_iso.sh @@ -31,7 +31,7 @@ cat <<- _EOF_ | tee /tmp/archlive/airootfs/root/.zprofile echo "Type archinstall to launch the installer." _EOF_ -pacman --noconfirm -S git archiso +pacman --noconfirm -S archiso cp -r /usr/share/archiso/configs/releng/* /tmp/archlive |