Make git clone instart.sh recurisve.
This commit is contained in:
parent
76ff4f7931
commit
fd9d46b3cb
2
start.sh
2
start.sh
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user