Last active
          June 2, 2017 12:08 
        
      - 
      
 - 
        
Save Banshee1221/99d6fe1e352daee2761cdeb1b2c0864e to your computer and use it in GitHub Desktop.  
    vmware-tools-centos7
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | rpm --import http://packages.vmware.com/tools/keys/VMWARE-PACKAGING-GPG-RSA-KEY.pub | |
| mkdir -p /etc/yum.repos.d/ | |
| cat >/etc/yum.repos.d/vmware-tools.repo <<EOL | |
| [vmware-tools] | |
| name = VMware Tools | |
| baseurl = http://packages.vmware.com/packages/rhel7/x86_64/ | |
| enabled = 1 | |
| gpgcheck = 1 | |
| EOL | |
| yum install open-vm-tools-deploypkg | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment