Remove update_extension from linux.sh

This commit is contained in:
Shivam Mathur
2020-07-23 02:47:18 +05:30
parent cfbb105cb6
commit a4001afbd6
4 changed files with 0 additions and 32 deletions

8
dist/index.js vendored
View File

@ -3916,14 +3916,6 @@ async function addExtensionLinux(extension_csv, version, pipe) {
extension = 'xdebug';
command = command_prefix + version + '-' + extension + pipe;
break;
// match 7.1xdebug..7.4xdebug
case /^7\.[1-4]xdebug$/.test(version_extension):
add_script +=
'\nupdate_extension xdebug 2.9.6' +
pipe +
'\n' +
(await utils.addLog('$tick', 'xdebug', 'Enabled', 'linux'));
return;
// match pdo extensions
case /.*pdo[_-].*/.test(version_extension):
extension = extension