From be1e0ebf7587ddfa92d0ffb9a44c5125e6c90719 Mon Sep 17 00:00:00 2001 From: Lahire BIETTE Date: Thu, 28 May 2015 23:47:59 +0200 Subject: [PATCH] add --force-yes to install syncthing --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 2601411..3762b12 100644 --- a/scripts/install +++ b/scripts/install @@ -52,7 +52,7 @@ sudo apt-get install curl curl -s https://syncthing.net/release-key.txt | sudo apt-key add - echo "deb http://apt.syncthing.net/ syncthing $CHANNEL" | sudo tee /etc/apt/sources.list.d/syncthing-$CHANNEL.list sudo apt-get update -sudo apt-get install syncthing -y +sudo apt-get install syncthing -y --force-yes # Install and monitor service GUIADDRESS="127.0.0.1:$GUIPORT"