Exsi 7.0
Turn on SSH on your wmware box, through the webclient.

Now is a good time to download the .vib and upload it to the server
https://github.com/lamw/ghettoVCB/releases
and upload it to the server sftp
SSH direct into your box and then we have to set the acceptance level.
esxcli software acceptance set --level=CommunitySupported
Then we need to move the .vib a folder in local storage I choose the tmp folder, if you dont you might experience the “unknown url type” error when installing.
mv /path to .vib file /tmp
Lets install the .vib file
esxcli software vib install -v /tmp/vghetto-ghettoVCB.vib -f
You will get a verification on successful installation

There fast and easy, enjoy!