mirror of
https://github.com/paolo-projects/unlocker.git
synced 2025-07-29 17:04:33 +02:00
Use python3 to invoke python 3.x
This commit is contained in:
parent
b8366464da
commit
2aa4ec73b6
@ -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!
|
||||
|
@ -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