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 之後就能安裝腳本了 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章