curl 提示bash: curl: command not found的解决方法
标签搜索

curl 提示bash: curl: command not found的解决方法

丶曲終人散ゞ
2022-11-26 / 0 评论 / 8 阅读 / 正在检测是否收录...

解决方法如果提示 bash: 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 之后就能安装脚本了

0

评论 (0)

取消