Created
September 15, 2023 16:33
-
-
Save alexanderankin/f9fe2f85470fded0b17e61081c2fe8c7 to your computer and use it in GitHub Desktop.
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
| # https://www.virtualbox.org/wiki/Linux_Downloads | |
| curl -fSsL 'https://www.virtualbox.org/download/oracle_vbox_2016.asc' | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/download.virtualbox.org.gpg > /dev/null | |
| echo "deb [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/download.virtualbox.org.gpg] https://download.virtualbox.org/virtualbox/debian $(lsb_release -cs) contrib" \ | |
| | sudo tee /etc/apt/sources.list.d/download.virtualbox.org.list | |
| sudo apt update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment