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