Skip to content

Commit

Permalink
Updated the init script
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenrong-wang committed Jul 18, 2024
1 parent f68cc58 commit c7343ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/cluster_initv7.sh
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ if [ -f /root/hostfile ]; then
echo -e "# $time_current Started installing Desktop Environment." >> ${logfile}
if [ $distro_type != 'CentOS' ] && [ $distro_type != 'Rocky' ] && [ $distro_type != 'Oracle' ]; then
echo -e "# $time_current GNU/Linux Distro: ${distro_type}. Installing GUI now." >> ${logfile}
yum -y install gnome-shell gdm gnome-session gnome-terminal gnome-system-monitor gnome-tweaks
yum -y install gnome-shell gdm gnome-session gnome-terminal gnome-system-monitor gnome-tweaks gnome-terminal-nautilus gnome-classic-session gnome-disk-utility
yum -y install gnome-shell-*
yum -y install firefox
yum -y install nautilus
Expand All @@ -432,7 +432,7 @@ if [ -f /root/hostfile ]; then
# else
# For some reasons, Google Compute Instance fails to restart after installing "Server with GUI".
# Therefore, we have to avoid installing "Server with GUI"
yum -y install gnome-shell gdm gnome-session gnome-terminal gnome-system-monitor gnome-tweaks
yum -y install gnome-shell gdm gnome-session gnome-terminal gnome-system-monitor gnome-tweaks gnome-terminal-nautilus gnome-classic-session gnome-disk-utility
yum -y install gnome-shell-*
yum -y install firefox
yum -y install nautilus
Expand Down

0 comments on commit c7343ca

Please sign in to comment.