Updates for rsync
This commit is contained in:
@@ -2,7 +2,20 @@
|
||||
# Check for required packages to run the installation
|
||||
# ------------------------------------------------------
|
||||
|
||||
echo "Checking that required packages for the installation are installed..."
|
||||
# Synchronize packages
|
||||
sudo pacman -Sy
|
||||
echo ""
|
||||
|
||||
# Check for required packages
|
||||
echo ":: Checking that required packages for the installation are installed..."
|
||||
_installPackagesPacman "rsync" "gum";
|
||||
echo ""
|
||||
|
||||
# Double check rsync
|
||||
if ! command -v rsync &> /dev/null; then
|
||||
echo ":: Force rsync installation"
|
||||
sudo pacman -S rsync --noconfirm
|
||||
else
|
||||
echo ":: rsync double checked"
|
||||
fi
|
||||
echo ""
|
||||
Reference in New Issue
Block a user