From 053daa07d512b552c41b0a2d9e8c1c929a3360a7 Mon Sep 17 00:00:00 2001 From: Santiago Forero Date: Mon, 23 Aug 2021 17:42:05 -0500 Subject: [PATCH] Update install.sh --- tools/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/install.sh b/tools/install.sh index 3b2b770..a5506bb 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -15,6 +15,7 @@ Github: https://github.com/forerosantiago/dotfiles/ " read -p "$* This script will overwrite your existing dotfiles, please back up first, then run this script, are you sure you want to continue? [Y/n] " yn +echo if [[ $yn == n* ]]; then echo "Installation aborted." exit 0