mirror of
https://github.com/wassname/ray.git
synced 2026-06-30 09:05:47 +08:00
do not re-download and rebuild redis if it already exists (#10)
This commit is contained in:
committed by
Robert Nishihara
parent
b18f214d55
commit
c238ae4aa0
Vendored
+6
-4
@@ -1,4 +1,6 @@
|
||||
wget http://download.redis.io/releases/redis-3.2.3.tar.gz
|
||||
tar xvfz redis-3.2.3.tar.gz
|
||||
cd redis-3.2.3
|
||||
make
|
||||
if [ ! -f redis-3.2.3/src/redis-server ]; then
|
||||
wget http://download.redis.io/releases/redis-3.2.3.tar.gz
|
||||
tar xvfz redis-3.2.3.tar.gz
|
||||
cd redis-3.2.3
|
||||
make
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user