mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-22 02:50:29 -04:00
fix: copied working files from master branch to template
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
# If using this, we need to make sure we set this init as a dependency of init-mods-package-install so this one runs first
|
||||
|
||||
# Determine if setup is needed
|
||||
if [ ! -f "/usr/bin/apt" ]; then
|
||||
if [ ! -f /usr/bin/apt ]; then
|
||||
echo "**** Image is not Ubuntu, skipping emby-mediainfo install ****"
|
||||
exit 0
|
||||
fi
|
||||
@@ -17,8 +17,9 @@ fi
|
||||
|
||||
# Ubuntu
|
||||
if [ -f /usr/bin/apt ]; then
|
||||
echo "\
|
||||
mediainfo \
|
||||
mkvtoolnix \
|
||||
unzip" >> /mod-repo-packages-to-install.list
|
||||
cho "**** Installing packages ****"
|
||||
echo "\
|
||||
mediainfo \
|
||||
mkvtoolnix \
|
||||
unzip" >> /mod-repo-packages-to-install.list
|
||||
fi
|
||||
Reference in New Issue
Block a user