Last active
December 9, 2021 06:12
-
-
Save the-paulus/37db73facacb37295b797104499366e7 to your computer and use it in GitHub Desktop.
Cheat sheet for installing VirtualBox's Guest Additions
This file contains hidden or 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
eopkg upgrade -y | |
eopkg install -y -c system.devel | |
# LTS Kernel | |
eopkg install -y linux-lts linux-lts-headers xorg-server-devel | |
# Current Kernel | |
eopkg install -y linux-current-headers xorg-server-devel | |
reboot | |
sudo clr-boot-manager update | |
sudo $(df -h | grep sr0 | awk '{print $6}')/VBoxLinuxAdditions.run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment