From a5028e5ff33eadad96090bda74cd5c276f54ab30 Mon Sep 17 00:00:00 2001 From: Lahire BIETTE Date: Fri, 29 May 2015 12:12:29 +0200 Subject: [PATCH] apt-get update quitly --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 6f4c327..1f7e774 100644 --- a/scripts/install +++ b/scripts/install @@ -51,7 +51,7 @@ sudo find $SYNCHOME/ -type d | while read LINE; do sudo chmod 750 "$LINE" ; done 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 update -qq sudo apt-get install syncthing -y --force-yes # Install and monitor service