wget -O dotnet-installer.sh \
https://raw.githubusercontent.com/EgorBo/DotnetScripts/refs/heads/main/dotnet-installer.sh && \
chmod +x dotnet-installer.sh && source dotnet-installer.sh
# installDotnet "version" "folder (optional)"
installDotnet 8.0
installDotnet 9.0
# Validate the installation
echo "dotnet version: $(dotnet --version)"
echo "dotnet location: $(which dotnet)"
-
Notifications
You must be signed in to change notification settings - Fork 0
EgorBo/DotnetScripts
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Just a collection of utility scripts
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published