Merge pull request #5 from tryfinally/dev-master

Use python3 to invoke python 3.x
This commit is contained in:
Paolo 2022-02-13 12:52:20 +01:00 committed by GitHub
commit d6b60e4e2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ if [[ $EUID -ne 0 ]]; then
fi
echo Getting VMware Tools...
python gettools.py
python3 gettools.py
cp ./tools/darwin*.* /usr/lib/vmware/isoimages/
echo Finished!