chg: [install] kvrocks default repo and latest release

This commit is contained in:
Alexandre Dulaunoy 2021-07-17 07:59:05 +02:00
parent 49bf5be12b
commit 5932226ece
Signed by: adulau
GPG key ID: 09E2CD4944E6CBCD

View file

@ -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