
* Updated README * Updated pip and deb packages. * New firefox bookmark format [currently doesn't work] Change-Id: I115609d6db6b77a6812dd92aa066fb5edc4f38a1
5 lines
213 B
Bash
Executable File
5 lines
213 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
sudo debconf-set-selections <<< 'mysql-server mysql-server/root_password password openstack'
|
|
sudo debconf-set-selections <<< 'mysql-server mysql-server/root_password_again password openstack'
|