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

posted @ 2022-05-11 14:40  沐雪架构师  阅读(8252)  评论(0)    收藏  举报