From be16de1d8f0be7671eb0fc56cfabc5f5b664b8da Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Mon, 24 May 2021 15:27:39 +0200 Subject: [PATCH] chg: [install] use stable branch of kvrocks (2.0) --- backend/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/install.sh b/backend/install.sh index 9ea7304..d402659 100644 --- a/backend/install.sh +++ b/backend/install.sh @@ -1,3 +1,5 @@ +#!/bin/sh git clone --recursive https://github.com/bitleak/kvrocks.git cd kvrocks +git checkout 2.0 make -j4