Update dotnetaspwebapi-install.sh for ubuntu 24.04

This commit is contained in:
Kristian Skov 2025-01-15 14:37:30 +01:00 committed by GitHub
parent 7cafb8713e
commit 2a053a5fef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,9 +11,10 @@ verb_ip6
catch_errors catch_errors
setting_up_container setting_up_container
network_check network_check
#update_os update_os
msg_info "Installing Dependencies" msg_info "Installing Dependencies"
$STD apt-get update
$STD apt-get install -y \ $STD apt-get install -y \
ssh \ ssh \
software-properties-common software-properties-common
@ -100,4 +101,4 @@ customize
msg_info "Cleaning up" msg_info "Cleaning up"
$STD apt-get -y autoremove $STD apt-get -y autoremove
$STD apt-get -y autoclean $STD apt-get -y autoclean
msg_ok "Cleaned" msg_ok "Cleaned"