From f2ccec45a981db274bb0d476dd32bbb9b749b1fc Mon Sep 17 00:00:00 2001 From: Lahire Biette Date: Sat, 13 Jan 2018 15:02:04 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index f999f8c..faf44ed 100644 --- a/scripts/install +++ b/scripts/install @@ -60,7 +60,7 @@ sudo find $SYNCHOME/ -type d | while read LINE; do sudo chmod 750 "$LINE" ; done sudo apt-get install curl ## Add the release PGP keys: curl -s https://syncthing.net/release-key.txt | sudo apt-key add - -## Add the "release" channel to your APT sources: +## Add the choosed channel to your APT sources: echo "deb http://apt.syncthing.net/ syncthing $channel" | sudo tee /etc/apt/sources.list.d/syncthing.list ## Update and install syncthing: sudo apt-get update -qq