This commit is contained in:
simono41 2018-07-31 08:03:42 +02:00
parent 4a6aee5653
commit 5cb6d4f3ef

View file

@ -1173,7 +1173,7 @@ do
echo "Parameter ${wort%=*} = ${wort#*=}"
done
if [ "${fastinstall}" == "y" ]; then
if [ "${fastinstall}" == "y" ] && [ "${fastinstallnext}" != "y" ]; then
gitclone
/opt/${repo}/arch-install "${1}fastinstallnext=y "
exit 0