linux vps提示curl: command not found错误

2023-10-22T18:07:45

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

ubuntu/debian 系统安装 Curl 方法:

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

centos 系统安装 Curl 方法:

 yum update -y && yum install curl -y

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

当前页面是本站的「Baidu MIP」版。发表评论请点击:完整版 »