mirror of
https://github.com/paolo-projects/unlocker.git
synced 2025-07-28 08:24:23 +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
|
python2 ./unlocker.py
|
||||||
|
|
||||||
echo Getting VMware Tools...
|
echo Getting VMware Tools...
|
||||||
python2 gettools.py
|
python gettools.py
|
||||||
cp ./tools/darwin*.* /usr/lib/vmware/isoimages/
|
cp ./tools/darwin*.* /usr/lib/vmware/isoimages/
|
||||||
|
|
||||||
echo Finished!
|
echo Finished!
|
||||||
|
@ -15,7 +15,7 @@ if [[ $EUID -ne 0 ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo Getting VMware Tools...
|
echo Getting VMware Tools...
|
||||||
python2 gettools.py
|
python 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