Skip to content

Instantly share code, notes, and snippets.

@matthewbodaly
Last active June 20, 2016 21:36
Show Gist options
  • Save matthewbodaly/ee54afb1758e8366ce8faf9c0f7758fe to your computer and use it in GitHub Desktop.
Save matthewbodaly/ee54afb1758e8366ce8faf9c0f7758fe to your computer and use it in GitHub Desktop.
Quick and dirty dependency installer
#!/bin/sh
# run as sudo
# you probably should google and run "jssinabox" and not this.
add-apt-repository ppa:openjdk-r/ppa
apt-get update
apt-get install openjdk-8-jdk mysql-server
apt-get update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment