VPS侦探论坛

 找回密码
 注册
查看: 4729|回复: 0

Scientific Linux安装Lnmp 1.3的方法

[复制链接]
发表于 2016-6-4 07:11:53 | 显示全部楼层 |阅读模式

执行一键安装lnmp1.3过程中,提示错误“Unable to get Linux distribution name, or do NOT support the current distribution.”
明显是不支持此发行版;但Scientific Linux 和CentOS,RHEL都完美兼容的啊。
于是找脚本怎么判断的系统版本,终于在 ./include/init.sh 中找到了

```shell
Get_Dist_Name()
{           
    if grep -Eqi "CentOS" /etc/issue || grep -Eq "CentOS" /etc/*-release; then
        DISTRO='CentOS'
        PM='yum'

```

于是编辑 vim /etc/redhat-release
在行首加上CentOS
如下
>  CentOS Scientific Linux release 6.6 (Carbon)

再次安装lnmp,没问题了;


建议:
作者加上关于Scientific Linux的判断,结果为CentOS 即可。
美国VPS推荐: 遨游主机LinodeLOCVPS主机云搬瓦工80VPSVultr美国VPS主机中国VPS推荐: 阿里云腾讯云。LNMP付费服务(代装/问题排查)QQ 503228080
您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|VPS侦探 ( 鲁ICP备16040043号-1 )

GMT+8, 2024-11-17 07:27 , Processed in 0.024870 second(s), 17 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表