updated install.sh for .NET 5.0

This commit is contained in:
Shreyas Zare
2020-12-06 17:32:20 +05:30
parent 62ec89ebd7
commit cd7da29ee4

View File

@@ -16,7 +16,7 @@ echo "==============================="
echo "" echo ""
echo "Installing .NET Core Runtime..." echo "Installing .NET Core Runtime..."
curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin -c 3.1 --runtime dotnet --no-path --install-dir $dotnetDir --verbose >> $installLog 2>&1 curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin -c 5.0 --runtime dotnet --no-path --install-dir $dotnetDir --verbose >> $installLog 2>&1
if [ ! -f "/usr/bin/dotnet" ] if [ ! -f "/usr/bin/dotnet" ]
then then