So long story short I'm building a self deployment install using a Kickstart script that after the install uses wget to copyy the OVA files to the local data store and then deploys the OVAs, i have the script figured out however i can't seem to get ovftool installed on ESXi 5.5, everytime i try to run it i get the following error
env: can't execute 'bash': No such file or directory
this happens even after making the file executable, here's the whole command
~ # cd /tmp
/tmp # mkdir ovf
/tmp # cd ovf/
/tmp/ovf # wget http://10.10.10.4/OVA/VMware-ovftool-3.5.0-1274719-lin.x86_64.bundle
Connecting to 10.10.10.4 (10.10.10.4:80)
VMware-ovftool-3.5.0 100% |*******************************| 40125k 0:00:00 ETA
/tmp/ovf # chmod +x VMware-ovftool-3.5.0-1274719-lin.x86_64.bundle
/tmp/ovf # ./VMware-ovftool-3.5.0-1274719-lin.x86_64.bundle
env: can't execute 'bash': No such file or directory
/tmp/ovf # sh ./VMware-ovftool-3.5.0-1274719-lin.x86_64.bundle
env: can't execute 'bash': No such file or directory
/tmp/ovf # /bin/sh ./VMware-ovftool-3.5.0-1274719-lin.x86_64.bundle
env: can't execute 'bash': No such file or directory