1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/syncthing_ynh.git synced 2024-09-03 20:26:23 +02:00

Update install

This commit is contained in:
Lahire Biette 2018-01-13 15:02:04 +01:00 committed by GitHub
parent 2234402a97
commit f2ccec45a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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