Skip to content

Instantly share code, notes, and snippets.

@xmppjingle
Last active February 18, 2018 20:41
Show Gist options
  • Save xmppjingle/f122a7f71d4315b5299ff2135a093850 to your computer and use it in GitHub Desktop.
Save xmppjingle/f122a7f71d4315b5299ff2135a093850 to your computer and use it in GitHub Desktop.
#!/bin/bash
# Update
sudo apt-get update
# Properties
sudo apt-get install -y software-properties-common
# Install Java
sudo apt-get install -y redis-server
# Service
sudo service redis-server restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment