forked from colonelpanic/dotfiles
Make git clone instart.sh recurisve.
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user