Skip to content

Instantly share code, notes, and snippets.

View bstrahija's full-sized avatar

Boris Strahija bstrahija

View GitHub Profile
[
{
"args": null,
"command": "find_under_expand"
},
{
"args":
{
"by": "words",
#!/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'