This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
set -eu | |
# Main version for SDK and runtime | |
MAIN_VERSION="9.0" | |
# Installation directory | |
INSTALL_DIR="/usr/share/dotnet" | |
# If you need additional runtimes, specify their versions here separated by space, such as "9.0 8.0" |