We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 463f53e commit 1ed5fffCopy full SHA for 1ed5fff
ee/cli/plugins/stack_upgrade.py
@@ -69,6 +69,8 @@ def upgrade_php56(self):
69
70
if EEVariables.ee_platform_distro == "Ubuntu":
71
EERepo.remove(self, ppa="ppa:ondrej/php5")
72
+ EEFileUtils.remove(self, ['{0}/ondrej-php5-trusty.list'
73
+ .format(EEVariables.ee_repo_file_path)])
74
EERepo.add(self, ppa=EEVariables.ee_php_repo)
75
else:
76
EEAptGet.remove(self, ["php5-xdebug"])
0 commit comments