如果提示 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命令注意:?。。。?/p>