8 lines
299 B
Bash
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 "" |