Skip to content

EgorBo/DotnetScripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

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)"

About

Just a collection of utility scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages