Skip to content

Commit

Permalink
Merge #4222 Update rpm-repo.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Oct 4, 2024
2 parents 68d703e + bedab07 commit 2fdb599
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ All notable changes to this project will be documented in this file.
### Internal

- [Core] Use SHA256 for archive.org fallback if SHA1 absent (#4216 by: HebaruSan)
- [Docs] Update rpm-repo.md (#4222 by: ratemisia; reviewed: HebaruSan)

## v1.35.0 (Oberth)

Expand Down
22 changes: 20 additions & 2 deletions doc/rpm-repo.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,21 @@ We have created an RPM repository that you can add to your RPM-based OS to insta

These are [the main releases](https://github.com/KSP-CKAN/CKAN/releases), recommended for most users. You will have the same features at the same time as everyone else, but you will have the added conveniences of DNF managing the updates for you.

### Fedora with DNF5

```
sudo dnf config-manager addrepo --from-repofile https://ksp-ckan.s3-us-west-2.amazonaws.com/rpm/stable/ckan_stable.repo
sudo dnf install ckan
```

### Fedora with legacy DNF

```
sudo dnf config-manager --add-repo https://ksp-ckan.s3-us-west-2.amazonaws.com/rpm/stable/ckan_stable.repo
sudo dnf install ckan
```

### Or if you are on OpenSUSE
### OpenSUSE

```
sudo zypper addrepo https://ksp-ckan.s3-us-west-2.amazonaws.com/rpm/stable/ckan_stable.repo
Expand All @@ -24,12 +33,21 @@ If you like to live dangerously, these are the bleeding edge builds that are gen

Things may break! But if they do and you [report it to us](https://github.com/KSP-CKAN/CKAN/issues/new/choose), you'll be a hero to CKAN users everywhere, whether they know it or not.

### Fedora with DNF5

```
sudo dnf config-manager addrepo --from-repofile https://ksp-ckan.s3-us-west-2.amazonaws.com/rpm/stable/ckan_nightly.repo
sudo dnf install ckan
```

### Fedora with legacy DNF

```
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
### OpenSUSE

```
sudo zypper addrepo https://ksp-ckan.s3-us-west-2.amazonaws.com/rpm/nightly/ckan_nightly.repo
Expand Down

0 comments on commit 2fdb599

Please sign in to comment.