mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
update readme, refine the title
This commit is contained in:
parent
c76e11477c
commit
b95e1cab30
2 changed files with 6 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
#Simple-RTMP-Server
|
||||
|
||||
下载发布版(github): [Centos6-x86_64](http://winlinvip.github.io/srs.release/releases/files/SRS-CentOS6-x86_64-0.9.30.zip) [alternative downloads](http://winlinvip.github.io/srs.release/releases/)
|
||||
下载发布版(github): [Centos6-x86_64](http://winlinvip.github.io/srs.release/releases/files/SRS-CentOS6-x86_64-0.9.30.zip) 其他[more...](http://winlinvip.github.io/srs.release/releases/)
|
||||
|
||||
下载发布版(国内阿里云镜像): [Centos6-x86_64](http://demo.chnvideo.com:8085/srs/releases/files/SRS-CentOS6-x86_64-0.9.30.zip) [alternative downloads](http://demo.chnvideo.com:8085/srs/releases/)
|
||||
下载发布版(国内阿里云镜像): [Centos6-x86_64](http://demo.chnvideo.com:8085/srs/releases/files/SRS-CentOS6-x86_64-0.9.30.zip) 其他[more...](http://demo.chnvideo.com:8085/srs/releases/)
|
||||
|
||||
获得源码(github): [simple-rtmp-server](https://github.com/winlinvip/simple-rtmp-server)
|
||||
|
||||
|
|
|
@ -27,6 +27,9 @@ product_dir=$work_dir
|
|||
ret=$?; if [[ $ret -ne 0 ]]; then exit $ret; fi
|
||||
ok_msg "导入脚本成功"
|
||||
|
||||
git remote -v|grep code.csdn.net >/dev/null 2>&1
|
||||
ret=$?; if [[ 0 -ne $ret ]]; then failed_msg "当前分支不是CSDN镜像"; exit 0; fi
|
||||
|
||||
for ((;;)); do
|
||||
git checkout srs.master && git pull
|
||||
ret=$?; if [[ 0 -ne $ret ]]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue