mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-28 16:58:03 +01:00
use nginx-full package for stream support (#4113)
This commit is contained in:
parent
f090d605dc
commit
6134cac0ab
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ elif [ "$1" = "http-on" ]; then
|
||||||
|
|
||||||
# install
|
# install
|
||||||
sudo apt-get update
|
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
|
if [ $? -ne 0 ]; then
|
||||||
echo "error='nginx install failed'"
|
echo "error='nginx install failed'"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue