mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-12 06:54:25 +00:00
Adhere to the naming convention
This commit is contained in:
14
scripts/opensuse linux/post-install.sh
Executable file
14
scripts/opensuse linux/post-install.sh
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/bin/sh
|
||||
|
||||
# sources:
|
||||
# - https://en.opensuse.org/Additional_package_repositories
|
||||
|
||||
sudo zypper --non-interactive install ansible dolphin-plugins
|
||||
|
||||
# sudo zypper addrepo --check --refresh --priority 90 'https://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Leap_$releasever/' packman
|
||||
sudo zypper addrepo --check --refresh --priority 90 https://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Tumbleweed/ packman
|
||||
|
||||
sudo zypper addrepo --check --refresh --priority 90 https://download.opensuse.org/repositories/mozilla/openSUSE_Tumbleweed/ mozilla
|
||||
|
||||
./chromium.install.sh
|
||||
./keybase.install.sh
|
||||
Reference in New Issue
Block a user