09月22日, 2014 3435次
curl: command not found解决方法
如果提示 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 之后就能安装脚本了
本文标题:curl: command not found解决方法
本文链接:https://www.lengxi.net/post/510.html
版权声明:本文不使用任何协议授权,您可以任何形式自由转载或使用。
暂无留言,赶快评论吧