Hyprland-dotfiles/.install/required.sh
2023-11-21 21:19:51 +01:00

8 lines
299 B
Bash

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