Last active
July 16, 2024 09:08
-
-
Save 321hendrik/2b78c1b4335c62f45b8b18429d1abf82 to your computer and use it in GitHub Desktop.
DevOps Snippets
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
| curl -sS https://www.virtualbox.org/download/oracle_vbox_2016.asc | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/virtualbox.gpg | |
| echo "deb https://download.virtualbox.org/virtualbox/debian bookworm contrib" | sudo tee /etc/apt/sources.list.d/virtualbox.list | |
| sudo apt update && sudo apt install virtualbox-7.0 -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment