Last active
February 18, 2018 20:41
-
-
Save xmppjingle/f122a7f71d4315b5299ff2135a093850 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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