From 2a053a5fefd9f7b3d55f3bcb0d0944241d669cba Mon Sep 17 00:00:00 2001 From: Kristian Skov Date: Wed, 15 Jan 2025 14:37:30 +0100 Subject: [PATCH] Update dotnetaspwebapi-install.sh for ubuntu 24.04 --- install/dotnetaspwebapi-install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install/dotnetaspwebapi-install.sh b/install/dotnetaspwebapi-install.sh index 1baebf47..b5e670ea 100644 --- a/install/dotnetaspwebapi-install.sh +++ b/install/dotnetaspwebapi-install.sh @@ -11,9 +11,10 @@ verb_ip6 catch_errors setting_up_container network_check -#update_os +update_os msg_info "Installing Dependencies" +$STD apt-get update $STD apt-get install -y \ ssh \ software-properties-common @@ -100,4 +101,4 @@ customize msg_info "Cleaning up" $STD apt-get -y autoremove $STD apt-get -y autoclean -msg_ok "Cleaned" \ No newline at end of file +msg_ok "Cleaned"