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

@ -172,7 +172,7 @@ function addExtensionLinux(extension_csv, version) {
break;
default:
install_command =
'sudo DEBIAN_FRONTEND=noninteractive apt install -y php' +
'sudo DEBIAN_FRONTEND=noninteractive apt-fast install -y php' +
version +
'-' +
extension +