mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-08-05 22:05:24 +02:00
Update install.sh
This commit is contained in:
parent
aa4723a2d3
commit
77e2071c30
1 changed files with 4 additions and 6 deletions
10
install.sh
10
install.sh
|
@ -48,15 +48,14 @@ apt install -y build-essential tcl pkg-config
|
||||||
|
|
||||||
if [ ! -d "valkey" ]; then
|
if [ ! -d "valkey" ]; then
|
||||||
git clone https://github.com/valkey-io/valkey.git
|
git clone https://github.com/valkey-io/valkey.git
|
||||||
|
chown -R $SUDO_USER valkey
|
||||||
cd valkey
|
cd valkey
|
||||||
git checkout 8.0
|
git checkout 8.0
|
||||||
make -j 4
|
make -j 4
|
||||||
|
# Optionally, you can run the tests:
|
||||||
|
# make test
|
||||||
cd ..
|
cd ..
|
||||||
fi
|
fi
|
||||||
# Optionally, you can run the tests:
|
|
||||||
# make test
|
|
||||||
|
|
||||||
chown -R $SUDO_USER valkey
|
|
||||||
|
|
||||||
#---------------------
|
#---------------------
|
||||||
# Kvrocks
|
# Kvrocks
|
||||||
|
@ -66,14 +65,13 @@ apt install -y git gcc g++ make cmake autoconf automake libtool python3 libssl-d
|
||||||
|
|
||||||
if [ ! -d "kvrocks" ]; then
|
if [ ! -d "kvrocks" ]; then
|
||||||
git clone --recursive https://github.com/apache/incubator-kvrocks.git kvrocks
|
git clone --recursive https://github.com/apache/incubator-kvrocks.git kvrocks
|
||||||
|
chown -R $SUDO_USER kvrocks
|
||||||
cd kvrocks
|
cd kvrocks
|
||||||
git checkout 2.10
|
git checkout 2.10
|
||||||
./x.py build
|
./x.py build
|
||||||
cd ..
|
cd ..
|
||||||
fi
|
fi
|
||||||
|
|
||||||
chown -R $SUDO_USER kvrocks
|
|
||||||
|
|
||||||
#---------------------
|
#---------------------
|
||||||
# Pandora
|
# Pandora
|
||||||
#---------------------
|
#---------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue