update atom packages

This commit is contained in:
Matthias Kretschmann 2017-06-18 03:05:06 +02:00
parent 82495ce927
commit 46e9713920
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 12 additions and 0 deletions

View File

@ -39,6 +39,18 @@ npm install npm -g
# update all global packages
npm update -g
#
# Atom
# -------------
echo "$(tput setaf 136) Update Atom packages"
echo "------------------------------$(tput sgr0)"
apm upgrade --no-confirm
apm clean
#
# Ruby
# -------------