Use ppa:ondrej/php for phalcon4 on PHP7.4

This commit is contained in:
Shivam Mathur
2020-01-21 00:50:38 +05:30
parent e9c783eef0
commit e58c704985
3 changed files with 1 additions and 33 deletions

View File

@ -129,24 +129,6 @@ export async function addExtensionLinux(
'\n' +
(await utils.addLog('$tick', 'xdebug', 'Enabled', 'linux'));
return;
// match 7.4phalcon4
case /^7.4phalcon4$/.test(version_extension):
script +=
'\nsh ' +
path.join(__dirname, '../src/scripts/ext/phalcon.sh') +
' ' +
extension +
' ' +
version +
pipe +
'\n' +
(await utils.addLog(
'$tick',
extension,
'Installed and enabled',
'linux'
));
return;
default:
install_command =
'sudo DEBIAN_FRONTEND=noninteractive apt-get install -y php' +