Hello! 欢迎来到小浪云!


云服务器curl: command not found解决方法


avatar
小浪云 2024-07-05 47


云服务器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 之后就能安装脚本了

yum update命令注意:!!!!

相关阅读