mirror of
https://github.com/paolo-projects/unlocker.git
synced 2025-07-26 23:44:28 +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
|
||||
|
||||
echo Getting VMware Tools...
|
||||
python gettools.py
|
||||
python3 gettools.py
|
||||
cp ./tools/darwin*.* /usr/lib/vmware/isoimages/
|
||||
|
||||
echo Finished!
|
||||
|
Loading…
x
Reference in New Issue
Block a user