VMware Cloud Community
virtualrookie12
Contributor
Contributor

Installing ovf tools from the bundle

I downloaded the bundle for Linux. But I need to automate the installation of ovf tool as  I am writing a script to do multiple things and one of them is installing the bundle file. However, the bundle file asks questions like accepting license and all. How can I just provide defaults and go from there for example like ./VMware-ovftool.bundle -options?
Reply
0 Kudos
1 Reply
sancel90
Contributor
Contributor

I was able to install the Ovftool bundle with no User Input using the following args:

sh ovftool.bundle --console --required --eulas-agreed

Reply
0 Kudos