Skip to content
This repository has been archived by the owner on Jan 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #259 from E-F-A/3.0.0.9
Browse files Browse the repository at this point in the history
Manage excludes during EFA-Init
  • Loading branch information
shawniverson committed Mar 19, 2016
2 parents e24dede + 23bdc68 commit dfc229c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/EFA/EFA-Init
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,11 @@ func_Install-VmwareTools(){
echo -e "$green[EFA]$clean Depending on the speed of your system this"
echo -e "$green[EFA]$clean might take a while."
pause
# Disable excludes
sed -i "s/^exclude=\(.*\)$/#exclude=\1/" /etc/yum.conf
yum -y install glib2-devel pam-devel libdnet-devel gcc-c++ libicu-devel open-vm-tools
# Restore excludes
sed -i "s/^#exclude=\(.*\)$/exclude=\1/" /etc/yum.conf
chkconfig vmtoolsd on
service vmtoolsd start
func_echo-header
Expand Down

0 comments on commit dfc229c

Please sign in to comment.