Updates
This commit is contained in:
parent
162bf3a088
commit
09c46a6bb9
@ -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";
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user