mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-18 22:33:00 -04:00
add support for noble
This commit is contained in:
@@ -14,6 +14,8 @@ if [ -d /dotnet ]; then
|
||||
echo "libicu66" >> /mod-repo-packages-to-install.list
|
||||
elif [ "${DISTRIB_CODENAME}" == "jammy" ]; then
|
||||
echo "libicu70" >> /mod-repo-packages-to-install.list
|
||||
elif [ "${DISTRIB_CODENAME}" == "noble" ]; then
|
||||
echo "libicu74" >> /mod-repo-packages-to-install.list
|
||||
fi
|
||||
# remove existing install if updating
|
||||
if ls -d /dotnet_* >/dev/null 2>&1; then
|
||||
|
||||
Reference in New Issue
Block a user