From 71ecfcc24e249542a4fce38914bcbf75d3f334ba Mon Sep 17 00:00:00 2001 From: codefiles <11915375+codefiles@users.noreply.github.com> Date: Sun, 17 Sep 2023 15:38:19 -0400 Subject: Remove git install from `build_iso.sh` (#2063) --- build_iso.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-70-g09d2