Rely on podman's built-in update mechanism
This commit is contained in:
parent
db05998d6c
commit
f6544f6dd7
3 changed files with 16 additions and 17 deletions
|
|
@ -23,9 +23,14 @@ git_sync_update() {
|
|||
resync-git-sync
|
||||
}
|
||||
|
||||
podman_update() {
|
||||
echo Updating podman images...
|
||||
podman auto-update
|
||||
}
|
||||
|
||||
apt_update
|
||||
pipx_update
|
||||
cargo_update
|
||||
ghup
|
||||
git_sync_update
|
||||
update-container-images
|
||||
podman_update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue