Skip to content

Instantly share code, notes, and snippets.

@321hendrik
Last active July 16, 2024 09:08
Show Gist options
  • Select an option

  • Save 321hendrik/2b78c1b4335c62f45b8b18429d1abf82 to your computer and use it in GitHub Desktop.

Select an option

Save 321hendrik/2b78c1b4335c62f45b8b18429d1abf82 to your computer and use it in GitHub Desktop.
DevOps Snippets
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