It needs several packages pre-installed, but it mostly takes care of everything, as of now, it is running on a CentOS machine, the following script is running via cron daily, you will need to git pull acc-lib first.
undefined
#!/bin/bash
#
_USERNAME="my vmware account"
_PASSWORD="my vmware password"
cd ~aac-lib/vms
git pull
for _REPO in $(cat ~/vmware-repos.txt)
do
./vsm.sh -c -y -nc --symlink --fav $_REPO -u $_USERNAME -p $_PASSWORD
done
Content of the vmware-repos.txt are similar to this, if you run vsm.sh you will understand the naming convention
undefined
Datacenter_Cloud_Infrastructure_VMware_Tools_12_x_VMware_Tools
Datacenter_Cloud_Infrastructure_VMware_vSphere_8_0_Enterprise_Plus
In