Skip to content

Instantly share code, notes, and snippets.

@xuyuji9000
Created August 10, 2017 03:43
Show Gist options
  • Save xuyuji9000/b7f95d7fae30da3c892bb57fb1c3d7fe to your computer and use it in GitHub Desktop.
Save xuyuji9000/b7f95d7fae30da3c892bb57fb1c3d7fe to your computer and use it in GitHub Desktop.
Install Redis on Ubuntu 16.04 LTS
#!/bin/bash
sudo apt-get update
sudo apt-get install redis-server
@xuyuji9000
Copy link
Author

xuyuji9000 commented Aug 10, 2017

Install from remote script

source <(curl -s https://gist.githubusercontent.com/xuyuji9000/b7f95d7fae30da3c892bb57fb1c3d7fe/raw/da0dc419ec6faed11048d78d9b353f53473c494e/ubuntu-1604-install-redis.sh)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment