mirror of
https://github.com/paolo-projects/unlocker.git
synced 2025-07-27 16:04:38 +02:00
Allow Python 2 and 3 to run Python files
This commit is contained in:
parent
0d24796caf
commit
3c990b051c
@ -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!
|
||||
|
@ -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!
|
||||
|
Loading…
x
Reference in New Issue
Block a user