Hyprland-dotfiles/.install/required.sh

7 lines
281 B
Bash
Raw Normal View History

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