Update install.sh

This commit is contained in:
Santiago Forero 2021-08-23 17:35:50 -05:00 committed by GitHub
parent b06c2d0f4d
commit c0b8e243e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ Github: https://github.com/forerosantiago/dotfiles/
"
read -p "$* This script will delete all your previous dotfiles, please back up first, then run this script, are you sure you want to continue? [Y/n] " yn
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
if [[ $yn == n* ]]; then
echo "Installation aborted."
exit 0