From c51bad0a71b07b9ff7c4fb0cfa126795808afba1 Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Mon, 30 Dec 2024 14:57:46 +0300 Subject: [PATCH] Update Download_Sophia.ps1 --- Download_Sophia.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Download_Sophia.ps1 b/Download_Sophia.ps1 index 7b3ac32e..e52252e2 100644 --- a/Download_Sophia.ps1 +++ b/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 }