Skip to content

Commit

Permalink
chore(download): point opensuse package to games repo
Browse files Browse the repository at this point in the history
  • Loading branch information
getchoo committed Jan 2, 2025
1 parent 16733b0 commit c55374b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/download/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,11 +224,11 @@ Installation instructions for stable releases are available on the [NixOS Wiki](

## <img src="https://upload.wikimedia.org/wikipedia/commons/d/d0/OpenSUSE_Logo.svg" height="20"> openSUSE

An RPM package is available on the [Open Build Service](https://build.opensuse.org/package/show/home:getchoo/prismlauncher)
An RPM package is available in the [Games community repository](https://en.opensuse.org/openSUSE:Games)

```bash
# Add repository (if on Leap, replace 'openSUSE_Tumbleweed' with your release version)
zypper addrepo https://download.opensuse.org/repositories/home:getchoo/openSUSE_Tumbleweed/home:getchoo.repo
# Add repository (Tumbleweed)
zypper addrepo http://download.opensuse.org/repositories/games/openSUSE_Tumbleweed/ games
# Refresh the repository cache
zypper refresh
# Install the latest release
Expand Down

0 comments on commit c55374b

Please sign in to comment.