diff --git a/src/extensions.ts b/src/extensions.ts index 2d5a85a6..22a83644 100644 --- a/src/extensions.ts +++ b/src/extensions.ts @@ -110,13 +110,13 @@ export async function addExtensionLinux( case '7.1gearman': case '7.2gearman': case '7.3gearman': - // case '7.4gearman': // no 7.4 support for now, hope for 2.0.7 - install_command = - 'sh ' + - path.join(__dirname, '../src/scripts/gearman.sh') + - ' gearman-2.0.6' + - version + - ' >/dev/null 2>&1' + // case '7.4gearman': // no 7.4 support for now, hope for 2.0.7 + install_command = + 'sh ' + + path.join(__dirname, '../src/scripts/gearman.sh') + + ' gearman-2.0.6' + + version + + ' >/dev/null 2>&1'; break; default: install_command =