mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-22 12:48:14 -05:00
Update install.ps1 [no ci]
This commit is contained in:
parent
49878d0ce9
commit
a6fb3d494a
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user