mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-01-18 19:32:32 +08:00
Merge remote-tracking branch 'upstream/radarr-striptracks' into radarr-striptracks
This commit is contained in:
commit
d9abfefe2e
@ -1,5 +1,5 @@
|
||||
## Buildstage ##
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:3.14 as buildstage
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:3.15 as buildstage
|
||||
|
||||
# Build arguments
|
||||
ARG VERSION
|
||||
|
||||
32
root/etc/s6-overlay/s6-rc.d/init-mod-radarr-striptracks-add-package/run
Executable file
32
root/etc/s6-overlay/s6-rc.d/init-mod-radarr-striptracks-add-package/run
Executable file
@ -0,0 +1,32 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
cat <<EOF
|
||||
----------------
|
||||
>>> Striptracks Mod by TheCaptain989 <<<
|
||||
Repos:
|
||||
Dev/test: https://github.com/TheCaptain989/radarr-striptracks
|
||||
Prod: https://github.com/linuxserver/docker-mods/tree/radarr-striptracks
|
||||
|
||||
Version: $(cat /etc/version.tc989)
|
||||
----------------
|
||||
EOF
|
||||
|
||||
# Determine if setup is needed
|
||||
if [ ! -f /usr/bin/mkvmerge ]; then
|
||||
echo "**** Adding striptracks deps to package install list ****"
|
||||
echo "mkvtoolnix" >> /mod-repo-packages-to-install.list
|
||||
else
|
||||
echo "**** striptracks deps already installed, skipping ****"
|
||||
fi
|
||||
|
||||
# Change ownership
|
||||
if [ $(stat -c '%G' /usr/local/bin/striptracks.sh) != "abc" ]; then
|
||||
echo "Changing ownership on scripts."
|
||||
chown abc:abc /usr/local/bin/striptracks*.sh
|
||||
fi
|
||||
|
||||
# Make executable
|
||||
if [ ! -x /usr/local/bin/striptracks.sh ]; then
|
||||
echo "Making scripts executable."
|
||||
chmod +x /usr/local/bin/striptracks*.sh
|
||||
fi
|
||||
@ -0,0 +1 @@
|
||||
oneshot
|
||||
@ -0,0 +1 @@
|
||||
/etc/s6-overlay/s6-rc.d/init-mod-radarr-striptracks-add-package/run
|
||||
0
root/usr/local/bin/striptracks-debug-2.sh
Normal file → Executable file
0
root/usr/local/bin/striptracks-debug-2.sh
Normal file → Executable file
0
root/usr/local/bin/striptracks-debug-max.sh
Normal file → Executable file
0
root/usr/local/bin/striptracks-debug-max.sh
Normal file → Executable file
0
root/usr/local/bin/striptracks-debug.sh
Normal file → Executable file
0
root/usr/local/bin/striptracks-debug.sh
Normal file → Executable file
0
root/usr/local/bin/striptracks-dut.sh
Normal file → Executable file
0
root/usr/local/bin/striptracks-dut.sh
Normal file → Executable file
0
root/usr/local/bin/striptracks-eng-debug.sh
Normal file → Executable file
0
root/usr/local/bin/striptracks-eng-debug.sh
Normal file → Executable file
0
root/usr/local/bin/striptracks-eng-fre.sh
Normal file → Executable file
0
root/usr/local/bin/striptracks-eng-fre.sh
Normal file → Executable file
0
root/usr/local/bin/striptracks-eng-jpn.sh
Normal file → Executable file
0
root/usr/local/bin/striptracks-eng-jpn.sh
Normal file → Executable file
0
root/usr/local/bin/striptracks-eng.sh
Normal file → Executable file
0
root/usr/local/bin/striptracks-eng.sh
Normal file → Executable file
0
root/usr/local/bin/striptracks-fre-debug.sh
Normal file → Executable file
0
root/usr/local/bin/striptracks-fre-debug.sh
Normal file → Executable file
0
root/usr/local/bin/striptracks-fre.sh
Normal file → Executable file
0
root/usr/local/bin/striptracks-fre.sh
Normal file → Executable file
0
root/usr/local/bin/striptracks-ger.sh
Normal file → Executable file
0
root/usr/local/bin/striptracks-ger.sh
Normal file → Executable file
0
root/usr/local/bin/striptracks-spa.sh
Normal file → Executable file
0
root/usr/local/bin/striptracks-spa.sh
Normal file → Executable file
0
root/usr/local/bin/striptracks.sh
Normal file → Executable file
0
root/usr/local/bin/striptracks.sh
Normal file → Executable file
Loading…
x
Reference in New Issue
Block a user