Browse Source

Update Download_Sophia.ps1

master
Dmitry Nefedov 1 month ago
parent
commit
c51bad0a71
  1. 2
      Download_Sophia.ps1

2
Download_Sophia.ps1

@ -50,7 +50,7 @@ $LatestGitHubRelease = (Invoke-RestMethod @Parameters).tag_name
if (-not $LatestGitHubRelease)
{
Write-Warning -Message "https://api.github.com/repos/farag2/Sophia-Script-for-Windows/releases/latest is unreachable. Please fix connection."
Write-Warning -Message "https://api.github.com/repos/farag2/Sophia-Script-for-Windows/releases/latest is unreachable. Please fix connection or change your DNS records."
pause
exit
}

Loading…
Cancel
Save