正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -300,8 +300,8 @@ function OSX_prepare() | @@ -300,8 +300,8 @@ function OSX_prepare() | ||
300 | OSX_prepare; ret=$?; if [[ 0 -ne $ret ]]; then echo "OSX prepare failed, ret=$ret"; exit $ret; fi | 300 | OSX_prepare; ret=$?; if [[ 0 -ne $ret ]]; then echo "OSX prepare failed, ret=$ret"; exit $ret; fi |
301 | 301 | ||
302 | # by winlin, disable other system. | 302 | # by winlin, disable other system. |
303 | -if [[ $OS_IS_UBUNTU = NO && $OS_IS_CENTOS = NO && $SRS_EMBEDED_CPU = NO ]]; then | ||
304 | - echo "only support Centos and Ubuntu, actual is `uname -s`" | 303 | +if [[ $OS_IS_UBUNTU = NO && $OS_IS_CENTOS = NO && SRS_PI = NO && $SRS_EMBEDED_CPU = NO ]]; then |
304 | + echo "only support Centos/Ubuntu/RaspberryPi, actual is `uname -s`" | ||
305 | exit 1 | 305 | exit 1 |
306 | fi | 306 | fi |
307 | 307 |
-
请 注册 或 登录 后发表评论