Last active
June 8, 2019 13:18
-
-
Save tondrej/d8ae1de0fefb8c1247236f8dfa8e3985 to your computer and use it in GitHub Desktop.
Linux Mint extras
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
#!/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