ubuntu/debian 系统安装 Curl 方法:
apt-get update -y && apt-get install curl -ycentos 系统安装 Curl 方法:
yum update -y && yum install curl -y安装好 curl 之后就能安装脚本了
ubuntu/debian 系统安装 Curl 方法:
apt-get update -y && apt-get install curl -ycentos 系统安装 Curl 方法:
yum update -y && yum install curl -y安装好 curl 之后就能安装脚本了
评论