mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-08 21:34:25 +00:00
7 lines
199 B
Bash
Executable File
7 lines
199 B
Bash
Executable File
#!/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
|