From 045ed94f7f0b63a6cbfa1868a29961a8a3e0f29c Mon Sep 17 00:00:00 2001 From: magikcypress Date: Mon, 6 Mar 2017 18:03:08 +0100 Subject: [PATCH] apt-get avec Yes --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 46781e8..641a984 100644 --- a/scripts/install +++ b/scripts/install @@ -32,7 +32,7 @@ sudo wget -q -O /etc/apt/sources.list.d/mopidy.list https://apt.mopidy.com/jessi # Install Mopidy and all dependencies: sudo apt-get update -sudo apt-get install mopidy +sudo apt-get install -y mopidy # Running Mopidy as a service sudo mopidy local scan