关于我们

质量为本、客户为根、勇于拼搏、务实创新

< 返回新闻公共列表

云服务器curl: command not found解决方法

发布时间:2024/4/11 14:05:29
香港云服务器

如果提示 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 之后就能安装脚本了

yum update命令注意:!!!!