如果你的 VPS 没装 Curl,则会提示 curl: command not found

作者: admin 分类: 精品教程 发布时间: 2021-11-27 01:02

在使用linux系统进行进行命令操作的时候,如果你的VPS没装Curl,执行curl命令则会提示:curl: command not found ,那么下面执行安装即可,安装命令如下:

如果ubuntu/debian 系统,请执行安装 Curl 方法: apt-get update -y && apt-get install curl -y
如果centos 系统,请执行安装 Curl 方法: yum update -y && yum install curl -y
安装好 curl 之后就能安装脚本了!