This commit is contained in:
simono41 2018-03-22 23:48:58 +01:00
parent 602ac22722
commit 697a45741e

View file

@ -911,10 +911,12 @@ then
if [ "${update}" != "n" ] if [ "${update}" != "n" ]
then then
if [ -f /usr/bin/git ]; then if [ -f /usr/bin/git ]; then
gitclone echo "Git is installed"
else else
echo "Git is not installed" echo "Git is not installed"
pacman -Sy git --needed --noconfirm
fi fi
gitclone
/opt/${repo}/arch-install n ${version} /opt/${repo}/arch-install n ${version}
exit 0 exit 0
fi fi