From c3b9b4c11dee07bf81a0bf232ba8a4e466ccedb5 Mon Sep 17 00:00:00 2001 From: David Kinder Date: Thu, 21 Mar 2019 19:07:45 +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 26f8678c0..070f6e4ae 100644 --- a/doc/getting-started/gsg_quick_setup.sh +++ b/doc/getting-started/gsg_quick_setup.sh @@ -91,7 +91,7 @@ swupd autoupdate --disable # Compare with current clear linux and skip upgrade sos if get the same version. source /etc/os-release if [[ $VERSION_ID -eq $target_version ]]; then - echo "Specify with the same clear linux version, continue to setup sos..." + echo "Clear Linux version $target_version is already installed. Continuing to setup SOS..." else echo "Upgrade clear linux version to : $target_version ..." swupd verify --fix --picky -m $target_version