Revert to apt for extensions

This commit is contained in:
Shivam Mathur
2019-11-07 01:31:01 +05:30
parent e5076cee70
commit 0815f5a8bb
5 changed files with 15 additions and 10 deletions

View File

@ -185,7 +185,7 @@ export async function addExtensionLinux(
break;
default:
install_command =
'sudo DEBIAN_FRONTEND=noninteractive apt-fast install -y php' +
'sudo DEBIAN_FRONTEND=noninteractive apt install -y php' +
version +
'-' +
extension +