Created
March 22, 2019 09:08
-
-
Save earoc/e56286904142b97a80459c239d194c63 to your computer and use it in GitHub Desktop.
Revisions
-
earoc created this gist
Mar 22, 2019 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ # Install virutal box on Linux Host ``` wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add - wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add - sudo add-apt-repository "deb http://download.virtualbox.org/virtualbox/debian bionic contrib" sudo apt install virtualbox-6.0 ```