Update extensions.ts

Phalcon 4.0.0 is released and now in the master.
This commit is contained in:
Ruud Boon 2019-12-21 22:00:35 +01:00 committed by Shivam Mathur
parent 0969980399
commit 2cbfd4fb41
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A

View File

@ -92,7 +92,7 @@ export async function addExtensionLinux(
install_command = install_command =
'sh ' + 'sh ' +
path.join(__dirname, '../src/scripts/phalcon.sh') + path.join(__dirname, '../src/scripts/phalcon.sh') +
' master ' + ' 3.4.x ' +
version + version +
' >/dev/null 2>&1'; ' >/dev/null 2>&1';
break; break;
@ -102,7 +102,7 @@ export async function addExtensionLinux(
install_command = install_command =
'sh ' + 'sh ' +
path.join(__dirname, '../src/scripts/phalcon.sh') + path.join(__dirname, '../src/scripts/phalcon.sh') +
' 4.0.x ' + ' master ' +
version + version +
' >/dev/null 2>&1'; ' >/dev/null 2>&1';
break; break;