1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-13 03:41:55 +00:00

update package for pi, check the lsb_release.

This commit is contained in:
winlin 2014-10-09 14:07:20 +08:00
parent 024611cc08
commit fca500fae6

View file

@ -82,7 +82,8 @@ ret=$?; if [[ $ret -ne 0 ]]; then exit $ret; fi
# check lsb_release
lsb_release -a >/dev/null 2>&1
ret=$?; if [[ $ret -ne 0 ]]; then
failed_msg "lsb_release not found. to install on centos/debian(ubuntu/respberry-pi):";
failed_msg "lsb_release not found. "
failed_msg "to install on centos/debian(ubuntu/respberry-pi):";
failed_msg " sudo yum install -y lsb-release";
failed_msg " sudo aptitude install -y lsb-release";
exit $ret;