From 7cafb8713e08b283af0ca64571a9b8346ff43a75 Mon Sep 17 00:00:00 2001 From: Kristian Skov Date: Wed, 15 Jan 2025 14:37:25 +0100 Subject: [PATCH] Update dotnetaspwebapi.sh for ubuntu 24.04 --- ct/dotnetaspwebapi.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/dotnetaspwebapi.sh b/ct/dotnetaspwebapi.sh index 0d462c00..faf86d29 100644 --- a/ct/dotnetaspwebapi.sh +++ b/ct/dotnetaspwebapi.sh @@ -12,7 +12,7 @@ var_cpu="1" var_ram="1024" var_disk="8" var_os="ubuntu" -var_version="22.04" +var_version="24.04" var_unprivileged="0" # App Output & Base Settings @@ -46,4 +46,4 @@ description msg_ok "Completed Successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" echo -e "${INFO}${YW} Access it using the following IP:${CL}" -echo -e "${TAB}${GATEWAY}${BGN}${IP}:80${CL}" \ No newline at end of file +echo -e "${TAB}${GATEWAY}${BGN}${IP}:80${CL}"