View vmware_kernel_update.sh
#!/bin/bash | |
## Script to make the latest Linux Kernel work with VMWare Workstation | |
## Automated since it was too annoying to run the commands after each Kernel update | |
## Tested with Linux Kernel 5.9.8 & VMWare Workstation 16.1.0 | |
## Alexander Hagenah (@xaitax) | |
VERSION=16.1.0 | |
wget https://github.com/mkubecek/vmware-host-modules/archive/workstation-${VERSION}.tar.gz |
OlderNewer