upstream-main 2.9.2 #6

Open
wyj wants to merge 34 commits from upstream-main into upstream-custom
Showing only changes of commit 7bd765bb1c - Show all commits

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