diff --git a/bin/compile b/bin/compile index 6fc7feb..ce1c908 100755 --- a/bin/compile +++ b/bin/compile @@ -53,7 +53,7 @@ if [[ ! -d "${NGINX_TARBALL%.tar.gz}" ]]; then fi if [[ ! -d "${PCRE_TARBALL%.tar.gz}" ]]; then - echo "-----> Download and unzip pcre ${PCRE_VERSION} via ftp" + echo "-----> Download and unzip pcre ${PCRE_VERSION} via http" curl -sSL "https://ftp.pcre.org/pub/pcre/${PCRE_TARBALL}" -o "${PCRE_TARBALL}" tar xzf "${PCRE_TARBALL}" && rm -f "${PCRE_TARBALL}" fi