Make git clone instart.sh recurisve.

This commit is contained in:
Ivan Malison 2014-10-10 04:37:30 -07:00
parent 76ff4f7931
commit fd9d46b3cb

View File

@ -38,7 +38,7 @@ function osx() {
function go() {
while true; do sudo -n true; sleep 60; kill -0 "$$" || exit; done 2>/dev/null &
git clone https://github.com/IvanMalison/dotfiles.git
git clone https://github.com/IvanMalison/dotfiles.git --recursive
cd dotfiles
sudo pip install dotfiles
sudo pip install invoke