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" ]
|
||||
then
|
||||
if [ -f /usr/bin/git ]; then
|
||||
gitclone
|
||||
echo "Git is installed"
|
||||
else
|
||||
echo "Git is not installed"
|
||||
pacman -Sy git --needed --noconfirm
|
||||
fi
|
||||
gitclone
|
||||
/opt/${repo}/arch-install n ${version}
|
||||
exit 0
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue