学堂 学堂 学堂公众号手机端

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

lewis 7年前 (2018-01-30) 阅读数 10 #云服务器

如果提示 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命令注意:!!!!


版权声明

本文仅代表作者观点,不代表博信信息网立场。

热门