From 5dc92934b8ee14bf19ab030d7dd680862a28d4d6 Mon Sep 17 00:00:00 2001 From: de-poltorasky <88427031+de-poltorasky@users.noreply.github.com> Date: Mon, 6 Jan 2025 15:07:54 +0100 Subject: [PATCH] Update install.sh issue with kvrocks build --- install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 8910f79..991d5a8 100755 --- a/install.sh +++ b/install.sh @@ -73,9 +73,10 @@ if [ -d "kvrocks" ]; else git clone --recursive https://github.com/apache/incubator-kvrocks.git kvrocks cd kvrocks - git checkout 2.6 + git checkout 2.10 + ./x.py build fi -./x.py build + cd .. chown -R $SUDO_USER kvrocks