mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
9 lines
325 B
Bash
9 lines
325 B
Bash
#!/usr/bin/env sh
|
|
|
|
# sources:
|
|
# - https://forums.opensuse.org/showthread.php/538576-Installing-Vivaldi-browser-(based-on-a-Chromium)-into-the-openSUSE
|
|
|
|
sudo zypper addrepo --refresh https://repo.vivaldi.com/archive/vivaldi-suse.repo
|
|
# sudo zypper repos --sort-by-priority
|
|
sudo zypper --non-interactive install vivaldi-stable
|