We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56c0e8e commit 7bda36dCopy full SHA for 7bda36d
1 file changed
bin/v-update-sys-hestia-git
@@ -86,7 +86,6 @@ flags=$4
86
87
# Set Version for compiling
88
BUILD_VER=$(curl -s https://raw.githubusercontent.com/$fork/hestiacp/$branch/src/deb/hestia/control | grep "Version:" | cut -d' ' -f2)
89
-BUILD_ARCH='amd64'
90
HESTIA_V="${BUILD_VER}_${BUILD_ARCH}"
91
NGINX_V=$(curl -s https://raw.githubusercontent.com/$fork/hestiacp/$branch/src/deb/nginx/control |grep "Version:" |cut -d' ' -f2)
92
OPENSSL_V='1.1.1g'
0 commit comments