Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasonrogena/972b9c2198816b3db46e to your computer and use it in GitHub Desktop.
Save jasonrogena/972b9c2198816b3db46e to your computer and use it in GitHub Desktop.
#! /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