From aeff9215aae318c04cdafbc13790144decc0b1d7 Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Sun, 14 Sep 2025 14:16:19 +0200 Subject: [PATCH] Fixup comments remove hard coded tagname --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index c86713f..e81398d 100644 --- a/install.sh +++ b/install.sh @@ -51,8 +51,8 @@ fi # Where to download the binary TAG=$(curl -sLf https://repo.katenary.io/api/v1/repos/katenary/katenary/releases/latest 2>/dev/null | grep -Po '"tag_name":\s*"[^"]*"' | cut -d ":" -f2 | tr -d '"') -TAG=3.0.0-rc7 -# for compatibility with older ARM versions + +# use the right names for the OS and architecture if [ $ARCH = "x86_64" ]; then ARCH="amd64" fi