Update arch-install

This commit is contained in:
Simon Rieger 2018-03-25 17:48:49 +02:00 committed by GitHub
parent 2c91a4da24
commit ab80c464fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -914,7 +914,7 @@ then
echo "Git is installed" echo "Git is installed"
else else
echo "Git is not installed" echo "Git is not installed"
pacman -Sy git --needed --noconfirm pacman -Syu git --needed --noconfirm
fi fi
gitclone gitclone
/opt/${repo}/arch-install n ${version} /opt/${repo}/arch-install n ${version}