From d7ffffcbf15972820f92f4e1b203e3549c0a6b7a Mon Sep 17 00:00:00 2001 From: naiba Date: Thu, 11 May 2023 09:39:38 +0800 Subject: [PATCH] Update install.ps1 [no ci] --- script/install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/install.ps1 b/script/install.ps1 index 5eccfac7..979ecf0e 100644 --- a/script/install.ps1 +++ b/script/install.ps1 @@ -6,7 +6,7 @@ if($PSVersionTable.PSVersion.Major -lt 5){ Write-Host "Refer to the community article and install manually! https://nyko.me/2020/12/13/nezha-windows-client.html" -BackgroundColor DarkRed -ForegroundColor Green exit } -$agentrepo = "naiba/nezha" +$agentrepo = "nezhahq/agent" $nssmrepo = "nezhahq/nssm-backup" # x86 or x64 if ([System.Environment]::Is64BitOperatingSystem) {