Skip to content

Commit 87347a0

Browse files
committed
updated the init script
1 parent 6cc7c01 commit 87347a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/cluster_initv7.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -606,6 +606,9 @@ yum -y install hostname dos2unix bash-completion
606606
if [ -f /root/hostfile ]; then
607607
yum -y install evince # The PDF viewer
608608
yum -y install eog # The image viewer
609+
if [ $cloud_flag = 'CLOUD_H' ]; then
610+
yum -y install xdg-utils # For volcengine, this is needed.
611+
fi
609612
fi
610613

611614
if [ $cloud_flag = 'CLOUD_B' ]; then

0 commit comments

Comments
 (0)