Use python3 to invoke python 3.x

This commit is contained in:
Muhammad Zahalqa 2020-06-07 18:32:55 +03:00
parent b8366464da
commit 2aa4ec73b6
2 changed files with 2 additions and 2 deletions

View File

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