return -> exit

This commit is contained in:
the_4n0nym0u53 2022-01-08 19:46:40 +01:00
parent f109069ff8
commit 6818bc6c21
No known key found for this signature in database
GPG Key ID: 35EE09F5481049BB
2 changed files with 1 additions and 1 deletions

0
fedora-install.sh Normal file → Executable file
View File

View File

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