return -> exit
This commit is contained in:
parent
f109069ff8
commit
6818bc6c21
0
fedora-install.sh
Normal file → Executable file
0
fedora-install.sh
Normal file → Executable 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
|
||||
|
|
Loading…
Reference in a new issue