Last active
December 24, 2020 06:03
-
-
Save nonamenix/4ce44dc82e6cfaf8875ea45b7e5e3f75 to your computer and use it in GitHub Desktop.
Update VBox Guest Additions for fresh linux kernels
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
# 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