1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Fix package bug

This commit is contained in:
winlin 2019-10-05 20:37:25 +08:00
parent 64288d1f1e
commit 5d9bc0658e

View file

@ -87,7 +87,9 @@ ret=$?; if [[ $ret -ne 0 ]]; then
failed_msg "lsb_release not found. " failed_msg "lsb_release not found. "
failed_msg "to install on centos/debian(ubuntu/respberry-pi):"; failed_msg "to install on centos/debian(ubuntu/respberry-pi):";
failed_msg " sudo yum install -y lsb-release"; failed_msg " sudo yum install -y lsb-release";
failed_msg " sudo aptitude install -y lsb-release"; failed_msg " sudo aptitude install -y lsb-release";
failed_msg "or centos7:"
failed_msg " sudo yum install -y redhat-lsb"
exit $ret; exit $ret;
fi fi