This commit is contained in:
Stephan Raabe
2023-11-21 07:04:26 +01:00
parent 162bf3a088
commit 09c46a6bb9
2 changed files with 4 additions and 3 deletions

7
.install/required.sh Normal file
View File

@@ -0,0 +1,7 @@
# ------------------------------------------------------
# Check that rsync is installed
# ------------------------------------------------------
echo "Checking that rsync and gum is installed..."
_installPackagesPacman "rsync";
_installPackagesPacman "gum";