From a6fb3d494af82569a2df4ad01c4e9c818da6ad14 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 5eccfac..979ecf0 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) {