Skip to content

Instantly share code, notes, and snippets.

@nonamenix
Last active December 24, 2020 06:03
Show Gist options
  • Save nonamenix/4ce44dc82e6cfaf8875ea45b7e5e3f75 to your computer and use it in GitHub Desktop.
Save nonamenix/4ce44dc82e6cfaf8875ea45b7e5e3f75 to your computer and use it in GitHub Desktop.
Update VBox Guest Additions for fresh linux kernels
# before install vbox guest additionals you need to install build-essential and linux-headers for you kernel
sudo apt-get install build-essential dkms linux-headers-$(uname -r)
cd /media/$USER/VBox_GAs_6.1.16
./autorun.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment