fix
This commit is contained in:
parent
602ac22722
commit
697a45741e
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue