Skip to content

Instantly share code, notes, and snippets.

View JustArchi's full-sized avatar
😎
Fixing things that are not broken

Łukasz Domeradzki JustArchi

😎
Fixing things that are not broken
View GitHub Profile
@JustArchi
JustArchi / get-dotnet.sh
Last active September 13, 2023 14:48
Script intended for environments without dotnet installer available, to easily and quickly install/update .NET SDK
#!/usr/bin/env sh
set -eu
# Main version for SDK and runtime
MAIN_VERSION="STS"
# If you need additional runtimes, specify their versions here separated by space, such as "6.0 5.0"
ADDITIONAL_VERSIONS=""
# If you require extra installer args you can specify them here