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:
parent
0328fcd83e
commit
a5028e5ff3
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ sudo find $SYNCHOME/ -type d | while read LINE; do sudo chmod 750 "$LINE" ; done
|
||||||
sudo apt-get install curl
|
sudo apt-get install curl
|
||||||
curl -s https://syncthing.net/release-key.txt | sudo apt-key add -
|
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
|
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
|
sudo apt-get install syncthing -y --force-yes
|
||||||
|
|
||||||
# Install and monitor service
|
# Install and monitor service
|
||||||
|
|
Loading…
Add table
Reference in a new issue