Hyprland-dotfiles/.install/required.sh
Stephan Raabe 31de29ff3b Updates
2023-11-21 07:37:03 +01:00

7 lines
281 B
Bash

# ------------------------------------------------------
# Check for required packages to run the installation
# ------------------------------------------------------
echo "Checking that rsync and gum is installed..."
_installPackagesPacman "rsync";
_installPackagesPacman "gum";