curl: command not found解決方法,debian系統(tǒng)提示,debian提示curl
如果提示 curl: command not found ,那是因為沒裝 Curl
ubuntu/debian 系統(tǒng)安裝 Curl 方法: apt-get update -y && apt-get install curl -y
centos 系統(tǒng)安裝 Curl 方法: yum update -y && yum install curl -y
安裝好 curl 之后就能安裝腳本了
yum update命令注意:?。。?!