From 522f5eb6f2916398416e6817a2893c0a53508da0 Mon Sep 17 00:00:00 2001 From: AhFei Date: Wed, 11 Oct 2023 19:39:35 +0800 Subject: [PATCH] reduce install --- initial.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/initial.sh b/initial.sh index d0e19e8..ba11b6b 100644 --- a/initial.sh +++ b/initial.sh @@ -24,7 +24,7 @@ sysctl -p #保存生效 sysctl net.ipv4.tcp_available_congestion_control #执行 apt update -apt -y install sudo wget curl unzip ufw screen vim git python3-pip +apt -y install sudo curl vim git for pkg in docker.io docker-doc docker-compose podman-docker containerd runc; do sudo apt-get remove $pkg; done curl -fsSL https://get.docker.com | bash echo "step 1: install has finished"