Skip to content

Instantly share code, notes, and snippets.

View uronly14me's full-sized avatar
💭
Looks Good To Me

Sangbeom Han uronly14me

💭
Looks Good To Me
  • Nudge Healthcare, Inc.
  • Republic of Korea
  • X @uronly14me
View GitHub Profile
@uronly14me
uronly14me / install-redis.sh
Created December 12, 2020 16:33 — forked from jpickwell/install-redis.sh
Installing Redis 5.0.0 on Amazon Linux
#!/bin/bash
###############################################
# To use:
# chmod +x install-redis.sh
# ./install-redis.sh
###############################################
version=5.0.0