This commit is contained in:
max_richter 2020-11-07 17:02:37 +01:00
parent 175a0e91ec
commit fa0d58d706

View File

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