From 8f990dfd3eaaa42943043e8c3db42c13bcfc8ded Mon Sep 17 00:00:00 2001 From: AnthonyAxenov Date: Sat, 8 Jan 2022 14:20:48 +0800 Subject: [PATCH] =?UTF-8?q?=D0=9A=D0=BE=D1=80=D1=80=D0=B5=D0=BA=D1=82?= =?UTF-8?q?=D0=B8=D1=80=D0=BE=D0=B2=D0=BA=D0=B0=20syncthing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/050-syncthing.sh | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/install/050-syncthing.sh b/install/050-syncthing.sh index 198adf8..c4f801b 100755 --- a/install/050-syncthing.sh +++ b/install/050-syncthing.sh @@ -1,6 +1,9 @@ #!/bin/bash -. "../src/01-common.sh" || exit 5 -title "Installing syncthing..." +echo +echo "===============================================" +echo "Installing syncthing..." +echo "===============================================" +echo # https://apt.syncthing.net/ @@ -14,8 +17,8 @@ echo "deb [signed-by=/usr/share/keyrings/syncthing-archive-keyring.gpg] https:// echo "deb [signed-by=/usr/share/keyrings/syncthing-archive-keyring.gpg] https://apt.syncthing.net/ syncthing candidate" | sudo tee /etc/apt/sources.list.d/syncthing.list # Update and install syncthing: -aptu -apti syncthing +sudo apt update +sudo apt install -y --autoremove syncthing wget "https://raw.githubusercontent.com/syncthing/syncthing/main/etc/linux-desktop/syncthing-start.desktop" -O /home/anthony/.local/share/applications/syncthing-start.desktop wget "https://raw.githubusercontent.com/syncthing/syncthing/main/etc/linux-desktop/syncthing-ui.desktop" -O /home/anthony/.local/share/applications/syncthing-ui.desktop