Skip to content

Commit

Permalink
updated to download redis-2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Glover committed Feb 14, 2013
1 parent 33fd9cb commit 1cf488b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions equip_redis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ wget --no-check-certificate https://github.com/aglover/ubuntu-equip/raw/master/e
sudo apt-get update -y
sudo apt-get install tcl8.5

wget http://redis.googlecode.com/files/redis-2.4.17.tar.gz
mv redis-2.4.17.tar.gz redis-stable.tar.gz
tar xvzf redis-stable.tar.gz
cd redis-2.4.17
# wget http://redis.googlecode.com/files/redis-2.4.17.tar.gz
wget http://redis.googlecode.com/files/redis-2.6.10.tar.gz
# mv redis-2.4.17.tar.gz redis-stable.tar.gz
tar xvzf redis-2.6.10.tar.gz
cd redis-2.6.10

make
make test
Expand Down

0 comments on commit 1cf488b

Please sign in to comment.