File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8686
8787BUILD_ARCH=' amd64'
8888HESTIA_V=" ${BUILD_VER} _${BUILD_ARCH} "
89- NGINX_V=$( curl -s https://raw.githubusercontent.com/hestiacp/hestiacp/$branch /src/deb/nginx/control | grep " Version:" | cut -d' ' -f2)
89+ NGINX_V=$( curl -s https://raw.githubusercontent.com/hestiacp/hestiacp/$branch /src/deb/nginx/control | grep " Version:" | cut -d' ' -f2 | cut -d " ~ " -f1 )
9090OPENSSL_V=' 1.1.1g'
9191PCRE_V=' 8.44'
9292ZLIB_V=' 1.2.11'
93- PHP_V=$( curl -s https://raw.githubusercontent.com/hestiacp/hestiacp/$branch /src/deb/php/control | grep " Version:" | cut -d' ' -f2)
93+ PHP_V=$( curl -s https://raw.githubusercontent.com/hestiacp/hestiacp/$branch /src/deb/php/control | grep " Version:" | cut -d' ' -f2 | cut -d " ~ " -f1 )
9494
9595# Create build directories
9696rm -rf $BUILD_DIR
You can’t perform that action at this time.
0 commit comments