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

apt-get update quitly

This commit is contained in:
Lahire BIETTE 2015-05-29 12:12:29 +02:00
parent 0328fcd83e
commit a5028e5ff3

View file

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