Last active
December 25, 2020 06:41
-
-
Save xvzftube/34727587e5bef766ae7a9a8fc0bf911f to your computer and use it in GitHub Desktop.
Virtualbox Guest additions
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
#!/bin/sh | |
# Devices -> Insert guest additions | |
sudo apt update | |
sudo apt install build-essential dkms linux-headers-$(uname -r) | |
sudo mkdir -p /mnt/cdrom | |
sudo mount /dev/cdrom /mnt/ | |
cd /mnt | |
sudo ./VBoxLinuxAdditions.run --nox11 | |
sudo shutdown -r now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://tinyurl.com/y7rmltqk