From 8775eaff66dfa0f117c1fcbddbd890e60245b147 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Sun, 23 Oct 2022 01:28:53 +0100 Subject: [PATCH] Revert 3c619f64c99e045fcb25b80454d4cd748c86045b...93b31c43bfcf2ef1090dca316dc38046c06e8550 on Installation on OpenWrt --- Installation-on-OpenWrt.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Installation-on-OpenWrt.md b/Installation-on-OpenWrt.md index fa02573..50ae446 100644 --- a/Installation-on-OpenWrt.md +++ b/Installation-on-OpenWrt.md @@ -4,12 +4,12 @@ You need to install the following dependencies: icu, libstdcpp6, libintl, whoami `opkg update && opkg install icu70 icu-full-data70 libstdcpp6 libintl-full8 procps-ng procps-ng-pgrep coreutils-whoami` ## Install as service -1. Download and extract the latest `Jackett.Binaries.LinuxMusl(AMDx64,ARM32,ARM64).tar.gz` release from the [releases page](https://yip.su/2DhP16) +1. Download and extract the latest `Jackett.Binaries.LinuxMusl(AMDx64,ARM32,ARM64).tar.gz` release from the [releases page](https://github.com/Jackett/Jackett/releases) 2. To install Jackett as a service, open a Terminal, cd to the Jackett folder, and create a new file called `install_service_openwrt.sh` with the script at the end of this page. Give it execution permissions `chmod +x install_service_openwrt.sh` 3. Run `sudo ./install_service_openwrt.sh` You need root permissions to install the service. The service will start on each logon. You can always stop it by running `/etc/init.d/jackett stop` from Terminal. You can start it again it using `/etc/init.d/jackett start`. Logs are stored as usual under `/var/log/jackett/log.txt`. Jackett configs are stored as usual under `/opt/Jackett`. ## Run without installing as a service -Download and extract the latest `Jackett.Binaries.LinuxMusl(AMDx64,ARM32,ARM64).tar.gz` release from the [releases page](https://yip.su/2DhP16), open a Terminal, cd to the Jackett folder and run Jackett with the command `./jackett_launcher.sh` +Download and extract the latest `Jackett.Binaries.LinuxMusl(AMDx64,ARM32,ARM64).tar.gz` release from the [releases page](https://github.com/Jackett/Jackett/releases), open a Terminal, cd to the Jackett folder and run Jackett with the command `./jackett_launcher.sh` ## Home directory If you want to run it with a user without a /home directory you need to add `Environment=XDG_CONFIG_HOME=/path/to/folder` to your systemd file, this folder will be used to store your config files.