Merge pull request #839 from conrackx/patch-1

Update install-64 to 4.0.2
pull/845/head
Itai Nelken 4 years ago committed by GitHub
commit 2535ee9ca8
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_arm64.deb -O ~/vivaldi.deb || error 'Failed to download vivaldi!'
wget https://downloads.vivaldi.com/stable/vivaldi-stable_4.0.2312.41-1_arm64.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