mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-24 14:33:38 +00:00
Update doc/getting-started/gsg_quick_setup.sh
Co-Authored-By: lirui34 <48583653+lirui34@users.noreply.github.com>
This commit is contained in:
parent
595744a3c8
commit
f964ee92e5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user