Update install.sh

This commit is contained in:
Santiago Forero 2021-08-23 17:42:05 -05:00 committed by GitHub
parent 86363bd1ba
commit 053daa07d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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