fix docker update function

This commit is contained in:
Sam Heinz
2026-06-24 00:12:12 +10:00
parent d3623d2da5
commit 0dec2f3710
+2 -4
View File
@@ -27,12 +27,10 @@ function update_script() {
msg_info "Updating base system"
$STD apt update
$STD apt upgrade -y
$STD apt upgrade -y
msg_ok "Base system updated"
msg_info "Updating Docker Engine"
$STD apt install --only-upgrade -y docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-buildx-plugin
msg_ok "Docker Engine updated"
setup_docker
if docker ps -a --format '{{.Image}}' | grep -q '^portainer/portainer-ce:latest$'; then
msg_info "Updating Portainer"