From 8ec0bbb635bd92633c643641e3eb8d9e92fa8b25 Mon Sep 17 00:00:00 2001 From: pastadudes Date: Wed, 10 Apr 2024 17:05:31 +0200 Subject: [PATCH 1/2] Update rpm-repo.md --- doc/rpm-repo.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/rpm-repo.md b/doc/rpm-repo.md index 1d9e73edfe..26f8570604 100644 --- a/doc/rpm-repo.md +++ b/doc/rpm-repo.md @@ -11,6 +11,11 @@ sudo dnf config-manager --add-repo https://ksp-ckan.s3-us-west-2.amazonaws.com/r sudo dnf install ckan ``` +### Or if you are on OpenSUSE +``` +sudo zypper addrepo https://ksp-ckan.s3-us-west-2.amazonaws.com/rpm/stable/ckan_stable.repo +sudo zypper install ckan +``` ## Nightly builds If you like to live dangerously, these are the bleeding edge builds that are generated every time we merge changes to the main branch. On the plus side, you'll get fixes and enhancements faster than everyone else. On the minus side, these builds are essentially untested; we don't know whether they're reliable until we take a close look at them and make sure they're complete and won't break things, at which point they turn into a stable build (if that sounds more like what you want, scroll up to the previous section). @@ -21,3 +26,8 @@ Things may break! But if they do and you [report it to us](https://github.com/KS sudo dnf config-manager --add-repo https://ksp-ckan.s3-us-west-2.amazonaws.com/rpm/nightly/ckan_nightly.repo sudo dnf install ckan ``` +### Or if you are on OpenSUSE +``` +sudo zypper addrepo https://ksp-ckan.s3-us-west-2.amazonaws.com/rpm/nightly/ckan_nightly.repo +sudo zypper install ckan +``` From 9608a055a445cb58847ac3d1a9d929f1c546ea08 Mon Sep 17 00:00:00 2001 From: HebaruSan Date: Wed, 10 Apr 2024 18:13:21 +0000 Subject: [PATCH 2/2] A few blank lines --- doc/rpm-repo.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/rpm-repo.md b/doc/rpm-repo.md index 26f8570604..d285d19c1f 100644 --- a/doc/rpm-repo.md +++ b/doc/rpm-repo.md @@ -12,10 +12,12 @@ sudo dnf install ckan ``` ### Or if you are on OpenSUSE + ``` sudo zypper addrepo https://ksp-ckan.s3-us-west-2.amazonaws.com/rpm/stable/ckan_stable.repo sudo zypper install ckan ``` + ## Nightly builds If you like to live dangerously, these are the bleeding edge builds that are generated every time we merge changes to the main branch. On the plus side, you'll get fixes and enhancements faster than everyone else. On the minus side, these builds are essentially untested; we don't know whether they're reliable until we take a close look at them and make sure they're complete and won't break things, at which point they turn into a stable build (if that sounds more like what you want, scroll up to the previous section). @@ -26,7 +28,9 @@ Things may break! But if they do and you [report it to us](https://github.com/KS sudo dnf config-manager --add-repo https://ksp-ckan.s3-us-west-2.amazonaws.com/rpm/nightly/ckan_nightly.repo sudo dnf install ckan ``` + ### Or if you are on OpenSUSE + ``` sudo zypper addrepo https://ksp-ckan.s3-us-west-2.amazonaws.com/rpm/nightly/ckan_nightly.repo sudo zypper install ckan