From e7c71cf2db220a20720a340a7b883df07c0833b0 Mon Sep 17 00:00:00 2001 From: pvincent Date: Sun, 23 Aug 2026 17:34:32 +0400 Subject: [PATCH] container-upgrade --- lib/container-upgrade.bash | 14 ++++++++++++++ lib/devmode.bash | 2 -- lib/initiate.bash | 2 -- lib/self-upgrade.bash | 13 +++---------- lib/uninstall.bash | 2 -- 5 files changed, 17 insertions(+), 16 deletions(-) create mode 100644 lib/container-upgrade.bash diff --git a/lib/container-upgrade.bash b/lib/container-upgrade.bash new file mode 100644 index 0000000..79fccdc --- /dev/null +++ b/lib/container-upgrade.bash @@ -0,0 +1,14 @@ +function upgrade { + local container_version host_version + container_version=$(&2 <