You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Version verification failed. More likely something is wrong either with the downloaded content or with the verification algorithm.
874
875
if (!$isAssetInstalled) {
876
+
Say-Error "Failed to verify the version of installed `"$assetName`".`nInstallation source: $DownloadLink.`nInstallation location: $InstallRoot.`nReport the bug at https://github.com/dotnet/install-scripts/issues."
875
877
throw"`"$assetName`" with version = $SpecificVersion failed to install with an unknown error."
Copy file name to clipboardExpand all lines: src/dotnet-install.sh
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -966,6 +966,8 @@ install_dotnet() {
966
966
return 0
967
967
fi
968
968
969
+
# Version verification failed. More likely something is wrong either with the downloaded content or with the verification algorithm.
970
+
say_err "Failed to verify the version of installed \`$asset_name\`.\nInstallation source: $download_link.\nInstallation location: $install_root.\nReport the bug at https://github.com/dotnet/install-scripts/issues."
969
971
say_err "\`$asset_name\` with version = $specific_product_version failed to install with an unknown error."
0 commit comments