update macOS apps

This commit is contained in:
Matthias Kretschmann 2016-11-03 22:23:20 +01:00
parent fc95097724
commit 7e178a29b5
Signed by: m
GPG Key ID: BD3C1F3EDD7831FC
2 changed files with 9 additions and 1 deletions

View File

@ -2,11 +2,18 @@
# #
# OS X # macOS
# ------------- # -------------
echo "$(tput setaf 136)"
echo "Update macOS Apps "
echo "------------------------------"
echo "$(tput sgr0)" # reset
#sudo softwareupdate -i -a #sudo softwareupdate -i -a
mas upgrade
# #
# Homebrew # Homebrew
# ------------- # -------------

View File

@ -31,6 +31,7 @@ brew install imagemagick
brew install GraphicsMagick brew install GraphicsMagick
brew install tor brew install tor
brew install gsl brew install gsl
brew install mas
# Link gpg to gpg2 # Link gpg to gpg2
ln -s /usr/local/bin/gpg2 /usr/local/bin/gpg ln -s /usr/local/bin/gpg2 /usr/local/bin/gpg