Update doc/getting-started/gsg_quick_setup.sh

Co-Authored-By: lirui34 <48583653+lirui34@users.noreply.github.com>
This commit is contained in:
David Kinder 2019-03-21 19:07:20 +08:00
parent 595744a3c8
commit f964ee92e5

View File

@ -268,7 +268,7 @@ if [[ $upgrade_uos == 1 ]]; then
exit
fi
# Exit script if you specified an newer clear linux version.
# Exit script if you specified an older clear linux version.
if [[ $(echo -e `swupd info` | cut -d' ' -f3) -gt $target_version ]]; then
echo -e 'No need to upgrade Service OS.' && exit
else