From 1d1c0f2595995b8d43a9960a859fc74adb3d03f8 Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Mon, 19 Oct 2020 14:48:24 +0530 Subject: [PATCH] Switch to apt-get --- src/scripts/linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/linux.sh b/src/scripts/linux.sh index 1509ea0d..fd79d843 100644 --- a/src/scripts/linux.sh +++ b/src/scripts/linux.sh @@ -256,7 +256,7 @@ pecl_config="false" version=$1 dist=$2 debconf_fix="DEBIAN_FRONTEND=noninteractive" -apt_install="sudo $debconf_fix apt-fast install -y" +apt_install="sudo $debconf_fix apt-get install -y" tool_path_dir="/usr/local/bin" curl_opts=(-sL) existing_version=$(php-config --version 2>/dev/null | cut -c 1-3)