From 15fbfb3a0057e9765a8d2acf264fd309d75d29bf Mon Sep 17 00:00:00 2001 From: Vicente Eduardo Ferrer Garcia Date: Wed, 14 Aug 2024 03:18:27 +0200 Subject: [PATCH] Solve issue with runtime on ubuntu noble. --- tools/metacall-runtime.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/metacall-runtime.sh b/tools/metacall-runtime.sh index 77fc6e336d..d0dbe095fb 100755 --- a/tools/metacall-runtime.sh +++ b/tools/metacall-runtime.sh @@ -226,7 +226,7 @@ sub_rpc(){ ;; esac - if [ "${CODENAME}" = "trixie" ] || [ "${CODENAME}" = "unstable" ]; then + if [ "${CODENAME}" = "trixie" ] || [ "${CODENAME}" = "noble" ] || [ "${CODENAME}" = "unstable" ]; then sub_apt_install_hold libcurl4t64 else sub_apt_install_hold libcurl4 @@ -345,7 +345,7 @@ sub_backtrace(){ ;; esac - if [ "${CODENAME}" = "trixie" ] || [ "${CODENAME}" = "unstable" ]; then + if [ "${CODENAME}" = "trixie" ] || [ "${CODENAME}" = "noble" ] || [ "${CODENAME}" = "unstable" ]; then sub_apt_install_hold libdw1t64 libelf1t64 else sub_apt_install_hold libdw1