-
Notifications
You must be signed in to change notification settings - Fork 368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for version 7.0.2 #235
Comments
#230 addresses this, just waiting for the PR to be merged. |
Do you have estimate to PR? |
@k4y53r Good god if it's that urgent, just modify the script yourself... see https://github.com/lamw/ghettoVCB/pull/230/files |
Hi, i've just want to know so eval if i should wait for your official package or try to make myself for first time (not urgent, don't bother about it....) I'll try to build new offline vib following your docs, thanks and regards |
7.0 U2 & U3 is already in release |
Hi all,
Please add support to version 7.0.2
.........
case "${ESX_VERSION}" in
7.0.0|7.0.1) VER=7; break;;
6.0.0|6.5.0|6.7.0) VER=6; break;;
5.0.0|5.1.0|5.5.0) VER=5; break;;
4.0.0|4.1.0) VER=4; break;;
3.5.0|3i) VER=3; break;;
*) echo "You're not running ESX(i) 3.5, 4.x, 5.x & 6.x!"; exit 1; break;;
esac
.............
The text was updated successfully, but these errors were encountered: