We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9ff751 commit 709a899Copy full SHA for 709a899
install/jackett-install.sh
@@ -15,7 +15,8 @@ update_os
15
16
msg_info "Installing Jackett"
17
RELEASE=$(curl -fsSL https://github.com/Jackett/Jackett/releases/latest | grep "title>Release" | cut -d " " -f 4)
18
-curl -fsSL "https://github.com/Jackett/Jackett/releases/download/$RELEASE/Jackett.Binaries.LinuxAMDx64.tar.gz" -o "/opt/Jackett.Binaries.LinuxAMDx64.tar.gz"
+cd /opt
19
+curl -fsSL "https://github.com/Jackett/Jackett/releases/download/$RELEASE/Jackett.Binaries.LinuxAMDx64.tar.gz" -o "Jackett.Binaries.LinuxAMDx64.tar.gz"
20
tar -xzf Jackett.Binaries.LinuxAMDx64.tar.gz -C /opt
21
rm -rf Jackett.Binaries.LinuxAMDx64.tar.gz
22
echo "${RELEASE}" >/opt/${APPLICATION}_version.txt
0 commit comments