From 7e178a29b5b4965e57bd0186f6d02a13403598de Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 3 Nov 2016 22:23:20 +0100 Subject: [PATCH] update macOS apps --- bin/update-everything.sh | 9 ++++++++- brew.sh | 1 + 2 files changed, 9 insertions(+), 1 deletion(-) 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