Skip to content

Instantly share code, notes, and snippets.

View JustDoItGit's full-sized avatar
🖥️
Focusing

JustDoIt JustDoItGit

🖥️
Focusing
View GitHub Profile
@JustDoItGit
JustDoItGit / install-redis.sh
Created November 22, 2018 08:04 — forked from khelll/install-redis.sh
Installing Redis on Amazon Linux
#!/bin/bash
###############################################
# To use:
# chmod +x install-redis.sh
# ./install-redis.sh
###############################################
version=3.2.0
echo "*****************************************"
echo " 1. Prerequisites: Install updates, set time zones, install GCC and make"