Switch to apt-fast

This commit is contained in:
Shivam Mathur
2019-10-23 03:35:15 +05:30
parent 57a0907a18
commit 75c0e130e8
4 changed files with 6 additions and 7 deletions

View File

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