Skip to content

Instantly share code, notes, and snippets.

View rlunar's full-sized avatar

Roberto Luna-Rojas rlunar

View GitHub Profile
@rlunar
rlunar / install.sh
Last active August 29, 2015 14:09 — forked from fideloper/install.sh
#!/usr/bin/env bash
echo ">>> Starting Install Script"
# Update
sudo apt-get update
# Install MySQL without prompt
sudo debconf-set-selections <<< 'mysql-server mysql-server/root_password password root'
sudo debconf-set-selections <<< 'mysql-server mysql-server/root_password_again password root'