Skip to content

Commit

Permalink
Use python3 to invoke python 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
tryfinally committed Jun 7, 2020
1 parent b836646 commit 2aa4ec7
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...
python gettools.py
python3 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...
python gettools.py
python3 gettools.py
cp ./tools/darwin*.* /usr/lib/vmware/isoimages/

echo Finished!
Expand Down

0 comments on commit 2aa4ec7

Please sign in to comment.