From 2d3d18aa1291ee44c327756aab6102c89d5de40a Mon Sep 17 00:00:00 2001 From: gmpinder <4626052+gmpinder@users.noreply.github.com> Date: Sat, 3 Jun 2023 20:29:07 -0400 Subject: [PATCH] Update install-syncthing.sh Adjust install directory --- scripts/pre/install-syncthing.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pre/install-syncthing.sh b/scripts/pre/install-syncthing.sh index 3f415c0..0883f52 100644 --- a/scripts/pre/install-syncthing.sh +++ b/scripts/pre/install-syncthing.sh @@ -13,7 +13,7 @@ wget "${BASE_URL}/${VERSION}/${FILENAME}" tar xvf "${FILENAME}" # Move the binary to /usr/local/bin -mv "${EXTRACTED_DIR}/syncthing" /usr/local/bin +mv "${EXTRACTED_DIR}/syncthing" /usr/bin # Move .desktop files mv "${EXTRACTED_DIR}/etc/linux-desktop/"*.desktop /usr/share/applications/