Skip to content

Commit 7bda36d

Browse files
committed
Remove BUILD_ARCH on line 89 as it was set before
1 parent 56c0e8e commit 7bda36d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/v-update-sys-hestia-git

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ flags=$4
8686

8787
# Set Version for compiling
8888
BUILD_VER=$(curl -s https://raw.githubusercontent.com/$fork/hestiacp/$branch/src/deb/hestia/control | grep "Version:" | cut -d' ' -f2)
89-
BUILD_ARCH='amd64'
9089
HESTIA_V="${BUILD_VER}_${BUILD_ARCH}"
9190
NGINX_V=$(curl -s https://raw.githubusercontent.com/$fork/hestiacp/$branch/src/deb/nginx/control |grep "Version:" |cut -d' ' -f2)
9291
OPENSSL_V='1.1.1g'

0 commit comments

Comments
 (0)