Skip to content

Commit e143c49

Browse files
authored
Fix unable to download PCRE (hestiacp#2228)
Note that the former ftp.pcre.org FTP site is no longer available. You will need to update any scripts that download PCRE source code to download via HTTPS, Git, or Subversion from the new home on GitHub instead.
1 parent 0b1fa12 commit e143c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hst_autocompile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ fi
288288
HESTIA_ARCHIVE_LINK='https://github.com/hestiacp/hestiacp/archive/'$branch'.tar.gz'
289289
NGINX='https://nginx.org/download/nginx-'$(echo $NGINX_V |cut -d"~" -f1)'.tar.gz'
290290
OPENSSL='https://www.openssl.org/source/openssl-'$OPENSSL_V'.tar.gz'
291-
PCRE='https://ftp.pcre.org/pub/pcre/pcre-'$PCRE_V'.tar.gz'
291+
PCRE='https://sourceforge.net/projects/pcre/files/pcre/'$PCRE_V'/pcre-'$PCRE_V'.tar.gz/download'
292292
ZLIB='https://www.zlib.net/zlib-'$ZLIB_V'.tar.gz'
293293
PHP='http://de2.php.net/distributions/php-'$(echo $PHP_V |cut -d"~" -f1)'.tar.gz'
294294

0 commit comments

Comments
 (0)