Change setup_deb822_repo
This commit is contained in:
@@ -25,12 +25,10 @@ msg_ok "Installed Dependencies"
|
|||||||
|
|
||||||
msg_info "Installing .NET SDK 10.0"
|
msg_info "Installing .NET SDK 10.0"
|
||||||
setup_deb822_repo \
|
setup_deb822_repo \
|
||||||
"microsoft-prod" \
|
"microsoft" \
|
||||||
"https://packages.microsoft.com/keys/microsoft.asc" \
|
"https://packages.microsoft.com/keys/microsoft-2025.asc" \
|
||||||
"https://packages.microsoft.com/debian/13/prod" \
|
"https://packages.microsoft.com/debian/13/prod/" \
|
||||||
"bookworm" \
|
"trixie"
|
||||||
"main"
|
|
||||||
$STD apt update
|
|
||||||
$STD apt install -y dotnet-sdk-10.0
|
$STD apt install -y dotnet-sdk-10.0
|
||||||
msg_ok "Installed .NET SDK 10.0"
|
msg_ok "Installed .NET SDK 10.0"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user