Skip to content

Commit 31c9eeb

Browse files
Wang,Jinglittleya
authored andcommitted
<fix>[installation]:support install ZOps on Helix7
support install ZOps on x86 Helix7 Resolves: ZSTAC-56347 Change-Id: I72697870636f64666c6b636d757474766b7a6e76
1 parent c5d683f commit 31c9eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installation/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2390,7 +2390,7 @@ install_sds(){
23902390

23912391
install_zops(){
23922392
[[ x"$BASEARCH" != x"x86_64" ]] && return
2393-
[[ x"$OS" != x"CENTOS7" ]] && return
2393+
[[ x"$OS" != x"CENTOS7" && x"$OS" != x"HELIX7" ]] && return
23942394
[[ x"$SKIP_ZOPS_INSTALL" = x"y" ]] && return
23952395
echo_title "Install or upgrade ZOps"
23962396
echo ""

0 commit comments

Comments
 (0)