Be verbose when cloning in the repo

This commit is contained in:
David Todd (c0de) 2018-05-16 22:59:56 -05:00
parent 60f9b4b059
commit 29d0a7b60c
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
## Installation
1. Optionally create ~/.dotfiles.postinst
2. `curl -sL https://raw.githubusercontent.com/alopexc0de/dotfiles/master/install.sh | bash`
2. `bash <(curl -sL https://raw.githubusercontent.com/alopexc0de/dotfiles/master/install.sh)`
3. ????
4. Profit

View File

@ -54,7 +54,7 @@ if [ -x "$basedir/check_for_upgrade.sh" ]; then
else
echo "Cloning dotfiles to $basedir"
rm -rf $basedir
git clone --quiet --depth=1 $repourl $basedir
git clone --depth=1 $repourl $basedir
fi
# Start installing config