Update install.sh

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

View File

@ -21,10 +21,10 @@ read -p "$* This script will delete all your previous dotfiles, please back up f
fi
cd
cd ~
rm -rf dotfiles
git clone https://github.com/forerosantiago/dotfiles/
cd dotfiles
echo
echo "----------------------------------------------------------------------"