From f964ee92e5e0fc3f83aa26c2f07c9fe59c5afbac Mon Sep 17 00:00:00 2001 From: David Kinder Date: Thu, 21 Mar 2019 19:07:20 +0800 Subject: [PATCH] Update doc/getting-started/gsg_quick_setup.sh Co-Authored-By: lirui34 <48583653+lirui34@users.noreply.github.com> --- doc/getting-started/gsg_quick_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/getting-started/gsg_quick_setup.sh b/doc/getting-started/gsg_quick_setup.sh index 5c1ed8c41..26f8678c0 100644 --- a/doc/getting-started/gsg_quick_setup.sh +++ b/doc/getting-started/gsg_quick_setup.sh @@ -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