From 97fed6cb692b1346c86ef05977d2ac0452468d8c Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Fri, 31 Dec 2021 00:02:54 -0300 Subject: [PATCH] Refactor --- scripts/bootstrap.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 2e73741..a5b2c05 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -107,9 +107,9 @@ checkForDependencies() { startRice() { displayDialogBox --title "CocoRice" --msgbox "Hi! This script will auto install my dotfiles." getGitconfigData - # sh scripts/linkFiles.sh - # sh scripts/install.sh - # displayDialogBox --title "CocoRice" --msgbox "All done! Enjoy..." + sh scripts/linkFiles.sh + sh scripts/install.sh + displayDialogBox --title "CocoRice" --msgbox "All done! Enjoy..." } runScript() { @@ -123,7 +123,7 @@ runScript() { startRice - # clear + clear cd $lastFolder }