Unverified Commit 534b95da authored by Igor Pečovnik's avatar Igor Pečovnik Committed by GitHub
Browse files

Cosmetical fix

parent fbe40cfe
...@@ -871,7 +871,7 @@ install_syncthing () ...@@ -871,7 +871,7 @@ install_syncthing ()
# #
curl -s https://syncthing.net/release-key.txt | apt-key add - >/dev/null 2>&1 curl -s https://syncthing.net/release-key.txt | apt-key add - >/dev/null 2>&1
echo "deb https://apt.syncthing.net/ syncthing stable" | tee /etc/apt/sources.list.d/syncthing.list echo "deb https://apt.syncthing.net/ syncthing stable" | tee /etc/apt/sources.list.d/syncthing.list >/dev/null 2>&1
debconf-apt-progress -- apt-get update debconf-apt-progress -- apt-get update
debconf-apt-progress -- apt-get -y install syncthing debconf-apt-progress -- apt-get -y install syncthing
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment