1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-07-24 07:49:42 +02:00

Merge pull request #18 from de-poltorasky/patch-1

Update install.sh
This commit is contained in:
Didier Barzin 2025-01-06 19:10:05 +01:00 committed by GitHub
commit 611765e1d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -73,9 +73,10 @@ if [ -d "kvrocks" ];
else
git clone --recursive https://github.com/apache/incubator-kvrocks.git kvrocks
cd kvrocks
git checkout 2.6
fi
git checkout 2.10
./x.py build
fi
cd ..
chown -R $SUDO_USER kvrocks