Merge pull request #840 from conrackx/patch-2

Update vivaldi to 4.0.2
pull/845/head
Itai Nelken 4 years ago committed by GitHub
commit fc362352f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,6 +8,6 @@ function error {
}
rm -f ~/vivaldi.deb
wget https://downloads.vivaldi.com/stable/vivaldi-stable_3.8.2259.42-1_armhf.deb -O ~/vivaldi.deb || error 'Failed to download vivaldi!'
wget https://downloads.vivaldi.com/stable/vivaldi-stable_4.0.2312.41-1_armhf.deb -O ~/vivaldi.deb || error 'Failed to download vivaldi!'
sudo apt install --fix-missing -y ~/vivaldi.deb || error 'Failed to install vivaldi!'
rm -f ~/vivaldi.deb

Loading…
Cancel
Save