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