mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-21 02:24:29 -04:00
Update readme
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
This mod adds the [par2cmdline-turbo](https://github.com/animetosho/par2cmdline-turbo) fork as a replacement for the standard par2cmdline package.
|
This mod adds the [par2cmdline-turbo](https://github.com/animetosho/par2cmdline-turbo) fork as a replacement for the standard par2cmdline package.
|
||||||
|
|
||||||
|
It is supported on both amd64 and aarch64 (arm64) platforms, but not armhf (arm32).
|
||||||
|
|
||||||
In the SABnzbd docker arguments, set an environment variable `DOCKER_MODS=linuxserver/mods:sabnzbd-par2cmdline-turbo`
|
In the SABnzbd docker arguments, set an environment variable `DOCKER_MODS=linuxserver/mods:sabnzbd-par2cmdline-turbo`
|
||||||
|
|
||||||
If adding multiple mods, enter them in an array separated by `|`, such as `DOCKER_MODS=linuxserver/mods:sabnzbd-par2cmdline-turbo|linuxserver/mods:openssh-server-mod2`
|
If adding multiple mods, enter them in an array separated by `|`, such as `DOCKER_MODS=linuxserver/mods:sabnzbd-par2cmdline-turbo|linuxserver/mods:openssh-server-mod2`
|
||||||
|
|||||||
@@ -15,5 +15,5 @@ if [[ -d "/par2cmdline-turbo/${ARCH}" ]]; then
|
|||||||
cp -a /par2cmdline-turbo/${ARCH}/* /
|
cp -a /par2cmdline-turbo/${ARCH}/* /
|
||||||
rm -rf /par2cmdline-turbo
|
rm -rf /par2cmdline-turbo
|
||||||
else
|
else
|
||||||
echo "**** par2cmdline-turbo already installed ****"
|
echo "**** par2cmdline-turbo already installed or platform unsupported ****"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user