This commit is contained in:
Alex Yatskov 2019-03-29 11:50:10 -07:00
parent bf20bf5874
commit 3c2a336816
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,6 @@ sudo npm install -g tern
npm install npm install
popd popd
# syntastic # ale
sudo npm -g install eslint sudo npm -g install eslint
pip install --user pyflakes --upgrade pip install --user pyflakes --upgrade

View File

@ -1,3 +1,4 @@
#!/bin/sh #!/bin/sh
git submodule foreach git pull origin master git submodule foreach git pull origin master
git submodule foreach --recursive git submodule update git submodule foreach --recursive git submodule update