From 8f7895495ceb511237c0211617c28b724b0246d5 Mon Sep 17 00:00:00 2001 From: tremor021 Date: Mon, 15 Sep 2025 10:29:36 +0200 Subject: [PATCH] Update SigNoz --- install/signoz-install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install/signoz-install.sh b/install/signoz-install.sh index 212fec38..8a35766b 100644 --- a/install/signoz-install.sh +++ b/install/signoz-install.sh @@ -31,7 +31,6 @@ msg_ok "Setup ClickHouse" msg_info "Setting up Zookeeper" curl -fsSL "https://dlcdn.apache.org/zookeeper/current/$(curl -fsSL https://dlcdn.apache.org/zookeeper/current/ | grep -o 'apache-zookeeper-[0-9.]\+-bin\.tar\.gz' | head -n1)" -o ~/zookeeper.tar.gz - tar -xzf "$HOME/zookeeper.tar.gz" -C "$HOME" mkdir -p /opt/zookeeper mkdir -p /var/lib/zookeeper