mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-19 01:46:10 -04:00
Fix version links change the mod to the alpine pkg
This commit is contained in:
@@ -2,13 +2,11 @@
|
||||
|
||||
echo "**** Applying the SWAG dashboard mod... ****"
|
||||
|
||||
ARCH=$(uname -m)
|
||||
if [ -d "/goaccess/${ARCH}" ]; then
|
||||
echo "**** Installing/updating goaccess ****"
|
||||
cp -a /goaccess/${ARCH}/* /
|
||||
rm -rf /goaccess
|
||||
if ! apk info 2>&1 | grep -q "goaccess"; then
|
||||
echo "**** Adding goaccess to package install list ****"
|
||||
echo "goaccess" >> /mod-repo-packages-to-install.list
|
||||
else
|
||||
echo "**** Goaccess already installed and up to date ****"
|
||||
echo "**** goaccess already installed, skipping ****"
|
||||
fi
|
||||
|
||||
if ! apk info 2>&1 | grep -q "libmaxminddb"; then
|
||||
|
||||
Reference in New Issue
Block a user