From dca78d266b1ca72c4a9ca7777fb3444e87d90561 Mon Sep 17 00:00:00 2001 From: Trustable User Date: Tue, 18 Aug 2026 18:57:54 +0200 Subject: [PATCH] install ops2 with latest --- install-latest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-latest b/install-latest index 727f759..f20a23c 100644 --- a/install-latest +++ b/install-latest @@ -27,7 +27,7 @@ echo @' OS="$(uname -s)" ARCH="$(uname -m)" -CMD="ops" +CMD="ops2" case "$OS-$ARCH" in (Linux-x86_64) @@ -123,7 +123,7 @@ $InWindows = [System.Environment]::OSVersion.Platform -eq 'Win32NT' $SUFFIX = "_windows_amd64" $EXT = ".zip" -$CMD = "ops.exe" +$CMD = "ops2.exe" if (-not $InWindows) { Write-Host "This script is only for Windows - exiting"