Update update.sh

This commit is contained in:
the_4n0nym0u53 2022-02-28 23:02:33 +01:00 committed by GitHub
parent 94f0d7dbcf
commit 54c34c30b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -18,5 +18,3 @@ fi
command -v flatpak >/dev/null 2>&1 && { echo; flatpak update; }
command -v docker >/dev/null 2>&1 && { echo; docker images | awk '(NR>1) && ($2!~/none/) {print $1":"$2}' | xargs -l docker pull; }
command -v npm >/dev/null 2>&1 && { echo; npm up -g; }
exit 0