Skip to content

Commit

Permalink
Allow Python 2 and 3 to run Python files
Browse files Browse the repository at this point in the history
  • Loading branch information
DrDonk committed Oct 10, 2018
1 parent 0d24796 commit 3c990b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lnx-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down
2 changes: 1 addition & 1 deletion lnx-update-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit 3c990b0

Please sign in to comment.