Created
January 17, 2017 07:37
-
-
Save pkorpine/16fcdbe070222cf1d99e67cf542e60c2 to your computer and use it in GitHub Desktop.
Add Vivaldi repo to Debian/Ubuntu
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
echo "deb http://repo.vivaldi.com/stable/deb/ stable main" | sudo tee /etc/apt/sources.list.d/vivaldi.list > /dev/null | |
wget -O - http://repo.vivaldi.com/stable/linux_signing_key.pub | sudo apt-key add - | |
sudo apt update && sudo apt install vivaldi-stable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
apt-key is depreciated...