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:08:06 +08:00
parent c3b9b4c11d
commit 64f74b76d6

View File

@ -93,7 +93,7 @@ source /etc/os-release
if [[ $VERSION_ID -eq $target_version ]]; then
echo "Clear Linux version $target_version is already installed. Continuing to setup SOS..."
else
echo "Upgrade clear linux version to : $target_version ..."
echo "Upgrading Clear Linux version from $VERSION_ID to $target_version ..."
swupd verify --fix --picky -m $target_version
fi