Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/build_iso.sh
diff options
context:
space:
mode:
authorcodefiles <11915375+codefiles@users.noreply.github.com>2023-09-17 15:38:19 -0400
committerGitHub <noreply@github.com>2023-09-17 21:38:19 +0200
commit71ecfcc24e249542a4fce38914bcbf75d3f334ba (patch)
treee1e7fda47749a14cffa2457e165f94cafb0ba82d /build_iso.sh
parent91c2906f3cc30903986b77a320e086856f05d080 (diff)
Remove git install from `build_iso.sh` (#2063)
Diffstat (limited to 'build_iso.sh')
-rwxr-xr-xbuild_iso.sh2
1 files changed, 1 insertions, 1 deletions
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