apt install unzip

main
AhFei 2023-06-19 01:22:15 +08:00
parent 04cd7c7c42
commit d17264223d
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ sysctl -p #保存生效
sysctl net.ipv4.tcp_available_congestion_control #执行
apt update
apt -y install sudo wget curl ufw screen vim git python3-pip
apt -y install sudo wget curl unzip ufw screen vim git python3-pip
curl -fsSL https://get.docker.com | bash -s docker >${PWD}/step1 2>&1
curl -L https://github.com/docker/compose/releases/download/${tag}/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose && chmod +x /usr/local/bin/docker-compose
echo "step 1: install has finished"