diff --git a/bin/update-everything.sh b/bin/update-everything.sh index 9058d60..9e92498 100755 --- a/bin/update-everything.sh +++ b/bin/update-everything.sh @@ -2,11 +2,18 @@ # -# OS X +# macOS # ------------- +echo "$(tput setaf 136)" +echo "Update macOS Apps " +echo "------------------------------" +echo "$(tput sgr0)" # reset + #sudo softwareupdate -i -a +mas upgrade + # # Homebrew # ------------- diff --git a/brew.sh b/brew.sh index b1a34ff..5fa97ec 100755 --- a/brew.sh +++ b/brew.sh @@ -31,6 +31,7 @@ brew install imagemagick brew install GraphicsMagick brew install tor brew install gsl +brew install mas # Link gpg to gpg2 ln -s /usr/local/bin/gpg2 /usr/local/bin/gpg