mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-21 13:08:42 +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
f964ee92e5
commit
c3b9b4c11d
@ -91,7 +91,7 @@ swupd autoupdate --disable
|
|||||||
# Compare with current clear linux and skip upgrade sos if get the same version.
|
# Compare with current clear linux and skip upgrade sos if get the same version.
|
||||||
source /etc/os-release
|
source /etc/os-release
|
||||||
if [[ $VERSION_ID -eq $target_version ]]; then
|
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
|
else
|
||||||
echo "Upgrade clear linux version to : $target_version ..."
|
echo "Upgrade clear linux version to : $target_version ..."
|
||||||
swupd verify --fix --picky -m $target_version
|
swupd verify --fix --picky -m $target_version
|
||||||
|
Loading…
Reference in New Issue
Block a user