We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf0aed2 commit d0e88adCopy full SHA for d0e88ad
bin/v-update-sys-hestia-git
@@ -63,11 +63,11 @@ install=$2
63
BUILD_VER=$(curl -s https://raw.githubusercontent.com/hestiacp/hestiacp/$branch/src/deb/hestia/control | grep "Version:" | cut -d' ' -f2)
64
BUILD_ARCH='amd64'
65
HESTIA_V="${BUILD_VER}_${BUILD_ARCH}"
66
-NGINX_V='1.16.0'
67
-OPENSSL_V='1.1.1b'
+NGINX_V=$(curl -s https://raw.githubusercontent.com/hestiacp/hestiacp/$branch/src/deb/nginx/control |grep "Version:" |cut -d' ' -f2)
+OPENSSL_V='1.1.1c'
68
PCRE_V='8.43'
69
ZLIB_V='1.2.11'
70
-PHP_V='7.3.4'
+PHP_V=$(curl -s https://raw.githubusercontent.com/hestiacp/hestiacp/$branch/src/deb/php/control |grep "Version:" |cut -d' ' -f2)
71
72
# Create build directories
73
rm -rf $BUILD_DIR
0 commit comments