diff options
Diffstat (limited to 'base/root/scripts')
| -rwxr-xr-x | base/root/scripts/SoFS-postinstall.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/root/scripts/SoFS-postinstall.sh b/base/root/scripts/SoFS-postinstall.sh index 159154a..7ec2b50 100755 --- a/base/root/scripts/SoFS-postinstall.sh +++ b/base/root/scripts/SoFS-postinstall.sh @@ -22,7 +22,7 @@ yum -y update echo "Installing SoFS packages" yum -y install sofs-toolset if [ "@@WITH_SOFS_GUI@@" = 1 ] ; then - yum -y install sofs-base sofs-gpfs-gui sofs-stats-gui sofs-wizards sofs-space-gui sofs-common + yum -y install @@SOFS_GUI_PACKAGES@@ else echo "Skipping installation of SoFS GUI packages" fi |
