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