mirror of
https://github.com/nezhahq/nezha.git
synced 2025-02-02 01:28:13 -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
|
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
|
exit
|
||||||
}
|
}
|
||||||
$agentrepo = "naiba/nezha"
|
$agentrepo = "nezhahq/agent"
|
||||||
$nssmrepo = "nezhahq/nssm-backup"
|
$nssmrepo = "nezhahq/nssm-backup"
|
||||||
# x86 or x64
|
# x86 or x64
|
||||||
if ([System.Environment]::Is64BitOperatingSystem) {
|
if ([System.Environment]::Is64BitOperatingSystem) {
|
||||||
|
Loading…
Reference in New Issue
Block a user