mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-19 18:03:01 -04:00
Merge pull request #949 from DaveO16176/emby-mediainfo-plugin
emby: mediainfo-plugin fix unzip command
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
#!/usr/bin/with-contenv bash
|
#!/usr/bin/with-contenv bash
|
||||||
|
|
||||||
# This is an install script that is designed to run after init-mods-package-install
|
if [[ ! -f /usr/bin/biftool ]]; then
|
||||||
# so it can take advantage of packages installed
|
echo "**** Installing BIF Tool ****"
|
||||||
# init-mods-end depends on this script so that later init and services wait until this script exits
|
curl -fL \
|
||||||
|
|
||||||
echo "**** Installing BIF Tool ****"
|
|
||||||
curl -L \
|
|
||||||
"https://github.com/rokudev/samples/raw/master/utilities/bif%20tool/biftool_linux.zip" \
|
"https://github.com/rokudev/samples/raw/master/utilities/bif%20tool/biftool_linux.zip" \
|
||||||
-o /tmp/biftool_linux.zip && \
|
-o /tmp/biftool_linux.zip && \
|
||||||
cd /tmp && \
|
cd /tmp && \
|
||||||
unzip biftool_linux.zip -d /usr/bin
|
unzip -uo biftool_linux.zip -d /usr/bin
|
||||||
|
else
|
||||||
|
echo "**** BIF Tool already installed ****"
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user