mirror of
https://github.com/clearlinux/cloud-native-setup.git
synced 2026-08-18 21:16:16 +00:00
Compare commits
1 Commits
v1.17
...
force_flag
| Author | SHA1 | Date | |
|---|---|---|---|
| 4556ca4ae9 |
@@ -16,7 +16,7 @@ if [[ -z "${RUNNER+x}" ]]; then RUNNER="${CLRK8S_RUNNER:-crio}"; fi
|
||||
# update os version
|
||||
function upate_os_version() {
|
||||
if [[ -n "${CLR_VER}" ]]; then
|
||||
sudo swupd repair -m "${CLR_VER}" --picky
|
||||
sudo swupd repair -m "${CLR_VER}" --picky --force
|
||||
return
|
||||
fi
|
||||
sudo swupd update
|
||||
|
||||
Reference in New Issue
Block a user