mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-03-17 21:31:45 +01:00
use nginx-full package for stream support (#4113)
This commit is contained in:
parent
f090d605dc
commit
6134cac0ab
@ -37,7 +37,7 @@ elif [ "$1" = "http-on" ]; then
|
||||
|
||||
# install
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y nginx apache2-utils
|
||||
sudo apt-get install -y nginx-full apache2-utils
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "error='nginx install failed'"
|
||||
exit 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user