Update docker-debian.sh

This commit is contained in:
2026-06-14 12:20:14 +00:00
parent b7bfd514e8
commit 1cb888f705
-6
View File
@@ -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"