Created
October 30, 2014 21:20
-
-
Save beNjiox/66d7b7519eebb3e5d460 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
sudo debconf-set-selections <<< "phpmyadmin phpmyadmin/dbconfig-install boolean true" | |
sudo debconf-set-selections <<< "phpmyadmin phpmyadmin/app-password-confirm password root" | |
sudo debconf-set-selections <<< "phpmyadmin phpmyadmin/mysql/admin-pass password root" | |
sudo debconf-set-selections <<< "phpmyadmin phpmyadmin/mysql/app-pass password root" | |
sudo debconf-set-selections <<< "phpmyadmin phpmyadmin/reconfigure-webserver multiselect apache2" | |
apt-get -y --force-yes install phpmyadmin > /dev/null 2>&1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment