Browse Source

adding a script that runs to update all my things daily

master
Josh Fabean 8 years ago
parent
commit
6cdb11150e
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      updateThings.sh

+ 11
- 0
updateThings.sh View File

@ -0,0 +1,11 @@
#!/bin/bash
# update drupal console
/usr/local/bin/drupal self-update;
# update nvm
/usr/bin/curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.1/install.sh | bash;w;
# update brew things
/usr/local/bin/brew update && brew install `brew outdated`;

Loading…
Cancel
Save