From db74deb02c540c47786534d2e199e1cd1c7ba20c Mon Sep 17 00:00:00 2001 From: Debdut Karmakar Date: Tue, 16 Nov 2021 23:09:12 +0530 Subject: [PATCH] python 3 --- lnx-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnx-install.sh b/lnx-install.sh index 8dbebe9..b9caec0 100755 --- a/lnx-install.sh +++ b/lnx-install.sh @@ -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!