diff options
| author | WindowsAddict | 2025-03-15 22:35:55 +0000 |
|---|---|---|
| committer | WindowsAddict | 2025-03-15 22:35:55 +0000 |
| commit | 20047ea33d9354c7d89489361d82421fa0e1875f (patch) | |
| tree | 68b3ec144262a6a7384d14cbbc3876115af60a88 | |
| parent | e7c2635468f2b5e723ccc712573ea6b10fb643ab (diff) | |
| download | massgrave.dev-20047ea33d9354c7d89489361d82421fa0e1875f.zip | |
Add powershell fix URL
| -rw-r--r-- | static/get.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/get.ps1 b/static/get.ps1 index 6ccd537..f0f2b64 100644 --- a/static/get.ps1 +++ b/static/get.ps1 @@ -9,7 +9,7 @@ $troubleshoot = 'https://massgrave.dev/troubleshoot' if ($ExecutionContext.SessionState.LanguageMode.value__ -ne 0) {
$ExecutionContext.SessionState.LanguageMode
Write-Host "Windows PowerShell is not running in Full Language Mode."
- Write-Host "Help - $troubleshoot" -ForegroundColor White -BackgroundColor Blue
+ Write-Host "Help - https://gravesoft.dev/fix_powershell" -ForegroundColor White -BackgroundColor Blue
return
}
|
