This commit is contained in:
Stephan Raabe 2023-11-21 07:04:26 +01:00
parent 162bf3a088
commit 09c46a6bb9
2 changed files with 4 additions and 3 deletions

View File

@ -2,5 +2,6 @@
# Check that rsync is installed # Check that rsync is installed
# ------------------------------------------------------ # ------------------------------------------------------
echo "Checking that rsync is installed..." echo "Checking that rsync and gum is installed..."
_installPackagesPacman "rsync"; _installPackagesPacman "rsync";
_installPackagesPacman "gum";

View File

@ -28,8 +28,8 @@ echo ""
echo "This script will guide you through the installation process of my dotfiles." echo "This script will guide you through the installation process of my dotfiles."
echo "" echo ""
source .install/library.sh source .install/library.sh
source .install/required.sh
source .install/confirm-start.sh source .install/confirm-start.sh
source .install/rsync.sh
source .install/backup.sh source .install/backup.sh
source .install/preparation.sh source .install/preparation.sh
source .install/profile.sh source .install/profile.sh