Allow Python 2 and 3 to run Python files

This commit is contained in:
Dave Parsons 2018-10-10 11:41:15 +01:00
parent 0d24796caf
commit 3c990b051c
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ echo Patching...
python2 ./unlocker.py
echo Getting VMware Tools...
python2 gettools.py
python gettools.py
cp ./tools/darwin*.* /usr/lib/vmware/isoimages/
echo Finished!

View File

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