From 9e0dbbe4cee4fe595ce563c1ea39b4a52f294e1d Mon Sep 17 00:00:00 2001 From: beech Date: Wed, 28 Aug 2024 12:55:22 -0500 Subject: [PATCH] Upload --- modulefix.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 modulefix.sh diff --git a/modulefix.sh b/modulefix.sh new file mode 100644 index 0000000..0c91f52 --- /dev/null +++ b/modulefix.sh @@ -0,0 +1,11 @@ +#!/usr/bin/env bash + +wget https://github.com/nan0desu/vmware-host-modules/archive/refs/heads/tmp/workstation-17.5.2-k6.9.1.zip +unzip workstation-17.5.2-k6.9.1.zip +cd vmware-host-modules-tmp-workstation-17.5.2-k6.9.1 +tar -cf vmmon.tar vmmon-only +tar -cf vmnet.tar vmnet-only +sudo cp -v vmmon.tar vmnet.tar /usr/lib/vmware/modules/source/ +sudo vmware-modconfig --console --install-all + +echo "Finished."