fix: v5
This commit is contained in:
parent
f4b8c7ca66
commit
b6113d3875
@ -2,7 +2,7 @@
|
||||
|
||||
# - Prerequesits -
|
||||
echo "-- Installing git --"
|
||||
if [ "$(which git)" != "" ]; then
|
||||
if [ "$(which git)" = "" ]; then
|
||||
apt-get install git -y > /dev/null
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user