Skip to content

Commit a9e4e2c

Browse files
committed
Update master
1 parent 43d04e9 commit a9e4e2c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

redis-install-script.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ sudo wget http://redis.googlecode.com/files/redis-2.6.0-rc3.tar.gz
2121
sudo tar xzf redis-2.6.0-rc3.tar.gz
2222
sudo rm redis-2.6.0-rc3.tar.gz -f
2323
cd redis-2.6.0-rc3
24+
cd src
2425
sudo make
26+
sudo make install
2527
echo "*****************************************"
2628
echo " 3. Create Directories and Copy Redis Files"
2729
echo "*****************************************"
@@ -41,7 +43,7 @@ sudo sed -e "s/^daemonize no$/daemonize yes/" -e "s/^# bind 127.0.0.1$/bind 127.
4143
echo "*****************************************"
4244
echo " 5. Download init Script"
4345
echo "*****************************************"
44-
wget https://github.com/saxenap/install-redis-amazon-linux-centos/master/redis-server
46+
wget https://raw.github.com/saxenap/install-redis-amazon-linux-centos/master/redis-server
4547
echo "*****************************************"
4648
echo " 6. Move and Configure Redis-Server"
4749
echo "*****************************************"

0 commit comments

Comments
 (0)