Update install.ps1 [no ci]

This commit is contained in:
naiba 2023-05-11 09:39:38 +08:00 committed by GitHub
parent 49878d0ce9
commit a6fb3d494a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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