Skip to content

Commit

Permalink
Merge pull request #18 from de-poltorasky/patch-1
Browse files Browse the repository at this point in the history
Update install.sh
  • Loading branch information
dbarzin authored Jan 6, 2025
2 parents 35dd5ac + 5dc9293 commit 611765e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
git checkout 2.10
./x.py build
fi
./x.py build

cd ..

chown -R $SUDO_USER kvrocks
Expand Down

0 comments on commit 611765e

Please sign in to comment.