1
0
Fork 0
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:
de-poltorasky 2025-01-06 15:07:54 +01:00 committed by GitHub
parent 35dd5acfc8
commit 5dc92934b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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