This commit is contained in:
Jonathan Baecker 2020-04-30 10:42:07 +02:00
parent 7792577ad9
commit 1d4c55a57e

View File

@ -50,7 +50,7 @@ Your frontend should be now in **/var/www/ffplayout/ffplayout/frontend/dist** fo
On debian 10 you need to install:
```
apt install curl
apt install -y curl
```
```
@ -58,5 +58,5 @@ curl -sL https://deb.nodesource.com/setup_14.x | bash -
```
```
apt install sudo net-tools git python3-dev build-essential virtualenv python3-virtualenv nodejs nginx autoconf automake libtool pkg-config texi2html yasm cmake curl mercurial git wget gperf
apt install -y sudo net-tools git python3-dev build-essential virtualenv python3-virtualenv nodejs nginx autoconf automake libtool pkg-config texi2html yasm cmake curl mercurial git wget gperf
```