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