mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
7 lines
199 B
Bash
7 lines
199 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 --non-interactive install chromium
|