From 5932226ecec464fa017d9631c36494ee87d006c3 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sat, 17 Jul 2021 07:59:05 +0200 Subject: [PATCH] chg: [install] kvrocks default repo and latest release --- bin/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/install.sh b/bin/install.sh index 7f5067b..a19623a 100644 --- a/bin/install.sh +++ b/bin/install.sh @@ -1,6 +1,6 @@ #!/bin/sh -git clone --recursive https://github.com/bitleak/kvrocks.git +git clone --recursive https://github.com/KvrocksLabs/kvrocks.git cd kvrocks -git checkout 2.0 +git checkout 2.0.1 make -j4