幫助中心
這里有最新的使用文檔和教程
curl: command not found解決方法,debian系統提示,debian提示curl
如果提示 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命令注意:!!!!