Skip to content

Instantly share code, notes, and snippets.

@tondrej
Last active June 8, 2019 13:18
Show Gist options
  • Save tondrej/d8ae1de0fefb8c1247236f8dfa8e3985 to your computer and use it in GitHub Desktop.
Save tondrej/d8ae1de0fefb8c1247236f8dfa8e3985 to your computer and use it in GitHub Desktop.
Linux Mint extras
#!/bin/bash
# Extras for Linux Mint 19
# VirtualBox
wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -
echo "deb [arch=amd64] http://download.virtualbox.org/virtualbox/debian bionic contrib" | sudo tee /etc/apt/sources.list.d/virtualbox.list
# git
sudo add-apt-repository ppa:git-core/ppa
# keepassxc
sudo add-apt-repository ppa:phoerious/keepassxc
# yubikey
sudo add-apt-repository ppa:yubico/stable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment