From 7ae597f1a3ef5f23c11823cd5571d8d278b7173e Mon Sep 17 00:00:00 2001 From: c Date: Mon, 13 Dec 2021 11:45:24 +0000 Subject: [PATCH] add install.sh init --- install.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 install.sh diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..8db35e8 --- /dev/null +++ b/install.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +#install nginx rtmp module with all dependencies +apt install libnginx-mod-rtmp + +#if Port 80 is in use configure ngnix +#editor /etc/nginx/sites-enabled/default + +apt install ffmpeg \ No newline at end of file