Updates
This commit is contained in:
@@ -4,12 +4,11 @@
|
||||
|
||||
# Synchronize packages
|
||||
sudo pacman -Sy
|
||||
echo ""
|
||||
echo
|
||||
|
||||
# Check for required packages
|
||||
echo ":: Checking that required packages for the installation are installed..."
|
||||
echo "Checking that required packages for the installation are installed..."
|
||||
_installPackagesPacman "rsync" "gum" "figlet" "python";
|
||||
echo ""
|
||||
|
||||
# Double check rsync
|
||||
if ! command -v rsync &> /dev/null; then
|
||||
@@ -18,4 +17,4 @@ if ! command -v rsync &> /dev/null; then
|
||||
else
|
||||
echo ":: rsync double checked"
|
||||
fi
|
||||
echo ""
|
||||
echo
|
||||
Reference in New Issue
Block a user