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