mirror of
https://github.com/paolo-projects/unlocker.git
synced 2025-07-27 07:54:42 +02:00
Merge pull request #5 from tryfinally/dev-master
Use python3 to invoke python 3.x
This commit is contained in:
commit
d6b60e4e2c
@ -15,7 +15,7 @@ if [[ $EUID -ne 0 ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo Getting VMware Tools...
|
echo Getting VMware Tools...
|
||||||
python gettools.py
|
python3 gettools.py
|
||||||
cp ./tools/darwin*.* /usr/lib/vmware/isoimages/
|
cp ./tools/darwin*.* /usr/lib/vmware/isoimages/
|
||||||
|
|
||||||
echo Finished!
|
echo Finished!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user