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

add --force-yes to install syncthing

This commit is contained in:
Lahire BIETTE 2015-05-28 23:47:59 +02:00
parent 10f52ce3d0
commit be1e0ebf75

View file

@ -52,7 +52,7 @@ 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 install syncthing -y
sudo apt-get install syncthing -y --force-yes
# Install and monitor service
GUIADDRESS="127.0.0.1:$GUIPORT"