Created
December 19, 2016 11:29
-
-
Save jakkn/1e42733d32f2b2b7a42d7f72e44d1c7b to your computer and use it in GitHub Desktop.
Debian - add vivaldi-stable ppa and install
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/sh | |
| echo "echo deb http://repo.vivaldi.com/stable/deb/ stable main > /etc/apt/sources.list.d/vivaldi.list" | sudo sh | |
| curl http://repo.vivaldi.com/stable/linux_signing_key.pub | sudo apt-key add - | |
| apt update | |
| apt install vivaldi-stable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment