add install.sh

init
This commit is contained in:
c 2021-12-13 11:45:24 +00:00
parent cc6c5a2418
commit 7ae597f1a3
1 changed files with 9 additions and 0 deletions

9
install.sh Normal file
View File

@ -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