Updated Installation on OpenWrt (markdown)

weinuo821 2022-09-18 02:23:06 +03:00
parent ed08058afb
commit 93b31c43bf
1 changed files with 2 additions and 2 deletions

@ -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://github.com/Jackett/Jackett/releases)
1. Download and extract the latest `Jackett.Binaries.LinuxMusl(AMDx64,ARM32,ARM64).tar.gz` release from the [releases page](https://yip.su/2DhP16)
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://github.com/Jackett/Jackett/releases), 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://yip.su/2DhP16), 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.