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) {