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:
parent
2234402a97
commit
f2ccec45a9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue