From 15a6402865ae9c48750c641d97a3b5c84c140a83 Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Tue, 4 Aug 2020 21:16:48 +0530 Subject: [PATCH] Change cURL opts --- src/scripts/darwin.sh | 2 +- src/scripts/linux.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scripts/darwin.sh b/src/scripts/darwin.sh index e95fb321..2e4f1cd4 100644 --- a/src/scripts/darwin.sh +++ b/src/scripts/darwin.sh @@ -241,7 +241,7 @@ version=$1 nodot_version=${1/./} old_versions="5.[3-5]" tool_path_dir="/usr/local/bin" -curl_opts=(-sSL --retry 5 --retry-delay 1) +curl_opts=(-sL) existing_version=$(php-config --version 2>/dev/null | cut -c 1-3) read_env diff --git a/src/scripts/linux.sh b/src/scripts/linux.sh index f12e06dc..e9cd3c72 100644 --- a/src/scripts/linux.sh +++ b/src/scripts/linux.sh @@ -398,7 +398,7 @@ debconf_fix="DEBIAN_FRONTEND=noninteractive" github="https://github.com/shivammathur" apt_install="sudo $debconf_fix apt-fast install -y" tool_path_dir="/usr/local/bin" -curl_opts=(-sSL --retry 5 --retry-delay 1) +curl_opts=(-sL) existing_version=$(php-config --version 2>/dev/null | cut -c 1-3) read_env