diff --git a/srchub-install.py b/srchub-install.py index 805772c..5cd4028 100644 --- a/srchub-install.py +++ b/srchub-install.py @@ -233,8 +233,8 @@ def install_packages(): code = d.yesno("Do you want me to attempt to install the needed packages?") if code == d.OK: d.gauge_start("Installing...") - packages = ["git", "mercurial", "subversion", "mariadb-server", "mariadb-client", "libapache2-mod-php5", - "php5-curl", "php5-mysql", "php5-cli", "git-daemon-run", "gitweb", "php-pear", "patch"] + packages = ["git", "mercurial", "subversion", "mariadb-client", "libapache2-mod-php5", + "php5-curl", "php5-mysql", "php5-cli", "git-daemon-run", "gitweb", "php-pear", "patch", "mariadb-server"] percent = 0 i = 0.0 for package in packages: