Created
November 4, 2015 15:25
-
-
Save jasonrogena/972b9c2198816b3db46e 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 | |
export DEBIAN_FRONTEND=noninteractive | |
debconf-set-selections <<< 'mariadb-server mysql-server/root_password password {{ mariadb_root_password }}' | |
debconf-set-selections <<< 'mariadb-server mysql-server/root_password_again password {{ mariadb_root_password }}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment