-
-
Save buzzySmile/99e3aa2d70a03d14b1091ce394cb9531 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 - | |
echo "deb http://repo.vivaldi.com/snapshot/deb/ stable main" | sudo tee /etc/apt/sources.list.d/vivaldi-snapshot.list > /dev/nul | |
wget -O - http://repo.vivaldi.com/snapshot/linux_signing_key.pub | sudo apt-key add - | |
sudo apt update && sudo apt install -y vivaldi-stable vivaldi-snapshot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment