forked from zipsterific/Ultimate-Linux-Mint-19.1-Cinnamon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
install-vivaldi-snapshot-v1.sh
executable file
·29 lines (20 loc) · 1.18 KB
/
install-vivaldi-snapshot-v1.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/bin/bash
#
##################################################################################################################
# Written to be used on 64 bits computers
# Author : Erik Dubois
# Website : http://www.erikdubois.be
##################################################################################################################
##################################################################################################################
#
# DO NOT JUST RUN THIS. EXAMINE AND JUDGE. RUN AT YOUR OWN RISK.
#
##################################################################################################################
sudo add-apt-repository 'deb http://repo.vivaldi.com/archive/deb/ stable main'
wget -qO- http://repo.vivaldi.com/archive/linux_signing_key.pub | sudo apt-key add -
sudo apt update
sudo apt install vivaldi-snapshot
##################################################################################################################
echo "################################################################"
echo "################### vivaldi installed ###################"
echo "################################################################"