From 7bd765bb1cd89a8d04c67391163c1b1659280064 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Thu, 27 Jun 2024 11:25:35 +0200 Subject: [PATCH] Updates --- .install/required.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.install/required.sh b/.install/required.sh index 3c4ac36..211477e 100644 --- a/.install/required.sh +++ b/.install/required.sh @@ -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