Skip to content

Instantly share code, notes, and snippets.

@xaitax
xaitax / vmware_kernel_update.sh
Last active November 23, 2020 18:31
Script to make the latest Linux Kernel work with VMWare Workstation
#!/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