Hyprland-dotfiles/.install/required.sh

8 lines
299 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 15:19:51 -05:00
echo "Checking that required packages for the installation are installed..."
echo ""
_installPackagesPacman "rsync" "gum";
echo ""