From f02096bd7682854d644964b8b2e3352043893635 Mon Sep 17 00:00:00 2001 From: nono Date: Thu, 26 Feb 2026 14:53:20 +0000 Subject: [PATCH] Update update-docker.sh --- update-docker.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/update-docker.sh b/update-docker.sh index f5b1019..7619d36 100644 --- a/update-docker.sh +++ b/update-docker.sh @@ -1,11 +1,6 @@ #!/bin/bash -echo "Starting system update and Docker maintenance..." - -# Update and upgrade APT packages -echo "Running apt update & upgrade..." -apt update -apt upgrade -y +echo "Starting Docker maintenance..." # Pull latest images, stop containers, and recreate in detached mode echo "Pulling latest Docker images..."