Last active
February 1, 2021 10:13
-
-
Save surajssd/cfea883fa07b7c7262f88ffcf9e4d132 to your computer and use it in GitHub Desktop.
Install Virtual Box on Ubuntu
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
apt-get update && \ | |
apt-get -y upgrade && \ | |
apt-get install -y make git byobu linux-generic | |
systemctl reboot | |
apt-get install -y linux-headers-`uname -r` && \ | |
apt install -y virtualbox && \ | |
apt-get install -y vagrant && \ | |
dpkg-reconfigure virtualbox-dkms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment