This commit is contained in:
max_richter 2020-11-07 17:12:42 +01:00
parent f4b8c7ca66
commit b6113d3875

View File

@ -2,7 +2,7 @@
# - Prerequesits -
echo "-- Installing git --"
if [ "$(which git)" != "" ]; then
if [ "$(which git)" = "" ]; then
apt-get install git -y > /dev/null
fi