mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-07-19 13:29:42 +02:00
Update install.sh
issue with kvrocks build
This commit is contained in:
parent
35dd5acfc8
commit
5dc92934b8
1 changed files with 3 additions and 2 deletions
|
@ -73,9 +73,10 @@ if [ -d "kvrocks" ];
|
||||||
else
|
else
|
||||||
git clone --recursive https://github.com/apache/incubator-kvrocks.git kvrocks
|
git clone --recursive https://github.com/apache/incubator-kvrocks.git kvrocks
|
||||||
cd kvrocks
|
cd kvrocks
|
||||||
git checkout 2.6
|
git checkout 2.10
|
||||||
|
./x.py build
|
||||||
fi
|
fi
|
||||||
./x.py build
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
chown -R $SUDO_USER kvrocks
|
chown -R $SUDO_USER kvrocks
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue