如果提示 curl: command not found ,那是因为你的 VPS 没装 Curl

Auth:黙罗克       Date:2020/02/25       Cat:学无止境       Word:共123字       Views:537

🕗️ 2020/02/25   👁️ 浏览:537   💬 2条评论

ubuntu/debian 系统安装 Curl 方法:

apt-get update -y && apt-get install curl -y

centos 系统安装 Curl 方法:

yum update -y && yum install curl -y

安装好 curl 之后就能安装脚本了

作者: 简介:

链接:https://www.7ss.cn/1024.html

声明:本站禁止任何形式的文章转载。

赞助:若你觉得本文对你有启发,非常欢迎你成为我的 Sponsor ,感恩遇见

评论已关闭!