This commit is contained in:
Stephan Raabe
2024-03-29 13:08:22 +01:00
parent 60f2229b42
commit 5c0a5028fe
5 changed files with 166 additions and 46 deletions
+3 -4
View File
@@ -4,12 +4,11 @@
# Synchronize packages
sudo pacman -Sy
echo ""
echo
# Check for required packages
echo ":: Checking that required packages for the installation are installed..."
echo "Checking that required packages for the installation are installed..."
_installPackagesPacman "rsync" "gum" "figlet" "python";
echo ""
# Double check rsync
if ! command -v rsync &> /dev/null; then
@@ -18,4 +17,4 @@ if ! command -v rsync &> /dev/null; then
else
echo ":: rsync double checked"
fi
echo ""
echo