mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-27 02:32:06 -04:00
add support for noble
This commit is contained in:
@@ -16,6 +16,10 @@ if [ -f "/powershell/powershell.tar.gz" ]; then
|
||||
echo "\
|
||||
libicu70 \
|
||||
libunwind8" >> /mod-repo-packages-to-install.list
|
||||
elif [ "${DISTRIB_CODENAME}" == "noble" ]; then
|
||||
echo "\
|
||||
libicu74 \
|
||||
libunwind8" >> /mod-repo-packages-to-install.list
|
||||
fi
|
||||
tar xf "/powershell/powershell.tar.gz" -C /powershell
|
||||
rm -rf \
|
||||
|
||||
Reference in New Issue
Block a user