This commit is contained in:
Stephan Raabe 2024-06-27 11:25:35 +02:00
parent 3acfd4da39
commit 7bd765bb1c

View File

@ -8,7 +8,7 @@ echo
# Check for required packages
echo "Checking that required packages for the installation are installed..."
_installPackagesPacman "rsync" "gum" "figlet" "python";
_installPackagesPacman "rsync" "gum" "figlet" "python" "git";
# Double check rsync
if ! command -v rsync &> /dev/null; then