ubuntu/debian 系统安装 Curl 方法: apt-get update -y && apt-get install curl -y
centos 系统安装 Curl 方法: yum update -y && yum install curl -y
安装好 curl 之后就能安装脚本了
《如果提示 curl: command not found ,那是因为你的 VPS 没装 Curl》留言数:1
发表留言
您必须「登陆」才能发表留言!
Auth:默偌克       Date:2020/02/25       Cat:未分类       Word:共124字       Views:2
ubuntu/debian 系统安装 Curl 方法: apt-get update -y && apt-get install curl -y
centos 系统安装 Curl 方法: yum update -y && yum install curl -y
安装好 curl 之后就能安装脚本了
你这个update命令有毒的 装curl就可以了