Be verbose when cloning in the repo
This commit is contained in:
parent
60f9b4b059
commit
29d0a7b60c
@ -3,7 +3,7 @@
|
|||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
1. Optionally create ~/.dotfiles.postinst
|
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. ????
|
3. ????
|
||||||
4. Profit
|
4. Profit
|
||||||
|
|
||||||
|
@ -54,7 +54,7 @@ if [ -x "$basedir/check_for_upgrade.sh" ]; then
|
|||||||
else
|
else
|
||||||
echo "Cloning dotfiles to $basedir"
|
echo "Cloning dotfiles to $basedir"
|
||||||
rm -rf $basedir
|
rm -rf $basedir
|
||||||
git clone --quiet --depth=1 $repourl $basedir
|
git clone --depth=1 $repourl $basedir
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Start installing config
|
# Start installing config
|
||||||
|
Loading…
Reference in New Issue
Block a user