Files
Hyprland-dotfiles/.install/rsync.sh
Stephan Raabe 308e1f70ec Commit 2.5.1
2023-11-17 13:48:02 +01:00

6 lines
221 B
Bash

# ------------------------------------------------------
# Check that rsync is installed
# ------------------------------------------------------
echo "Checking that rsync is installed..."
_installPackagesPacman "rsync";