diff --git a/docs/install.md b/docs/install.md index c061ad6d..1c207d06 100644 --- a/docs/install.md +++ b/docs/install.md @@ -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 ```