|
@ -69,6 +69,7 @@ class EEStackUpgradeController(CementBaseController): |
|
|
|
|
|
|
|
|
if EEVariables.ee_platform_distro == "Ubuntu": |
|
|
if EEVariables.ee_platform_distro == "Ubuntu": |
|
|
EERepo.remove(self, ppa="ppa:ondrej/php5") |
|
|
EERepo.remove(self, ppa="ppa:ondrej/php5") |
|
|
|
|
|
EERepo.add(self, ppa=EEVariables.ee_php_repo) |
|
|
else: |
|
|
else: |
|
|
EEAptGet.remove(self, ["php5-xdebug"]) |
|
|
EEAptGet.remove(self, ["php5-xdebug"]) |
|
|
EEFileUtils.searchreplace(self, EEVariables.ee_repo_file_path, |
|
|
EEFileUtils.searchreplace(self, EEVariables.ee_repo_file_path, |
|
|