From 1cb888f705e75de0ecee50c5dd8713fa1d75cf83 Mon Sep 17 00:00:00 2001 From: nono Date: Sun, 14 Jun 2026 12:20:14 +0000 Subject: [PATCH] Update docker-debian.sh --- docker-debian.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docker-debian.sh b/docker-debian.sh index 33d4e4e..a26db7e 100644 --- a/docker-debian.sh +++ b/docker-debian.sh @@ -1,12 +1,8 @@ #!/bin/bash -clear - echo -e "\n>>> Updating system...\n" sudo apt update && sudo apt upgrade -y -clear - echo -e "\n>>> Installing Docker...\n" sudo apt update @@ -24,6 +20,4 @@ echo \ sudo apt update sudo apt install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin -clear - echo -e "\n>>> Docker installation complete!\n" \ No newline at end of file