Remove git install from `build_iso.sh` (#2063)
This commit is contained in:
parent
91c2906f3c
commit
71ecfcc24e
|
|
@ -31,7 +31,7 @@ cat <<- _EOF_ | tee /tmp/archlive/airootfs/root/.zprofile
|
||||||
echo "Type archinstall to launch the installer."
|
echo "Type archinstall to launch the installer."
|
||||||
_EOF_
|
_EOF_
|
||||||
|
|
||||||
pacman --noconfirm -S git archiso
|
pacman --noconfirm -S archiso
|
||||||
|
|
||||||
cp -r /usr/share/archiso/configs/releng/* /tmp/archlive
|
cp -r /usr/share/archiso/configs/releng/* /tmp/archlive
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue