fix: [kvrocks] installer - update to the new kvrocks repository
parent
355bce7b42
commit
608610f5ac
|
@ -1,5 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
git clone --recursive https://github.com/bitleak/kvrocks.git
|
git clone https://github.com/apache/incubator-kvrocks.git
|
||||||
cd kvrocks
|
cd incubator-kvrocks
|
||||||
git checkout 2.0
|
./x.py build
|
||||||
make -j4
|
|
||||||
|
|
Loading…
Reference in New Issue