14 lines
339 B
Bash
14 lines
339 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
################################################
|
||
|
#
|
||
|
# Works with 2020-02-13-raspbian-buster-lite.zip
|
||
|
#
|
||
|
################################################
|
||
|
|
||
|
sudo apt update -y
|
||
|
sudo apt upgrade -y
|
||
|
sudo apt install -y git curl omxplayer nginx libnginx-mod-rtmp
|
||
|
sudo apt autoremove
|
||
|
|
||
|
sudo cat ./nginx-rtmp.conf >> /etc/nginx/nginx.conf
|