Skip to content

Instantly share code, notes, and snippets.

@jakkn
Created December 19, 2016 11:29
Show Gist options
  • Save jakkn/1e42733d32f2b2b7a42d7f72e44d1c7b to your computer and use it in GitHub Desktop.
Save jakkn/1e42733d32f2b2b7a42d7f72e44d1c7b to your computer and use it in GitHub Desktop.
Debian - add vivaldi-stable ppa and install
#! /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