Removed git-all

This commit is contained in:
Sven Heidemann 2021-07-13 10:13:51 +02:00
parent 256413e3d7
commit e68bd9b8be

View File

@ -1,6 +1,6 @@
#!/bin/bash
install_git() {
echo "Installing git-all"
sudo apt-get install git-all -y
echo "Installing git"
sudo apt-get install git -y
}