hyprland-dotfiles/.install/required.sh

7 lines
281 B
Bash
Raw Normal View History

2023-11-17 12:48:02 +00:00
# ------------------------------------------------------
2023-11-21 06:37:03 +00:00
# Check for required packages to run the installation
2023-11-17 12:48:02 +00:00
# ------------------------------------------------------
2023-11-21 06:04:26 +00:00
echo "Checking that rsync and gum is installed..."
_installPackagesPacman "rsync";
_installPackagesPacman "gum";