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..."