Browse Source

Removed unwanted package in migration

bugfixes
gau1991 10 years ago
parent
commit
b660a3c69b
  1. 1
      ee/cli/plugins/stack_migrate.py

1
ee/cli/plugins/stack_migrate.py

@ -87,7 +87,6 @@ class EEStackMigrateController(CementBaseController):
apt_packages = apt_packages + ["dovecot-mysql", "postfix-mysql",
"libclass-dbi-mysql-perl"]
apt_packages = EEVariables.ee_mysql + ["php5-mysql"]
Log.info(self, "Updating apt-cache, please wait ...")
EEAptGet.update(self)
Log.info(self, "Installing MariaDB, please wait ...")

Loading…
Cancel
Save