|
@ -31,6 +31,7 @@ elif [ $LOCAL = $BASE ]; then |
|
|
echo "Updating dotfiles in: $PWD" |
|
|
echo "Updating dotfiles in: $PWD" |
|
|
git checkout master |
|
|
git checkout master |
|
|
git pull |
|
|
git pull |
|
|
|
|
|
git submodule init |
|
|
git submodule update |
|
|
git submodule update |
|
|
|
|
|
|
|
|
#Since we updated, we should execute the bootstrapper again. |
|
|
#Since we updated, we should execute the bootstrapper again. |
|
|