Created
April 28, 2020 06:19
-
-
Save randomnerd/28a9366af0d0fa5dcb07840e68c07e11 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
cd vmware-host-modules-workstation-15.5.1/ | |
wget https://github.com/mkubecek/vmware-host-modules/archive/workstation-15.5.1.tar.gz | |
tar -xzf workstation-15.5.1.tar.gz | |
cd vmware-host-modules-workstation-15.5.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 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment