From c55374b81ae8592e65627c0a74c3df9edcfd7286 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 1 Jan 2025 20:56:10 -0500 Subject: [PATCH] chore(download): point opensuse package to games repo --- src/download/linux.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/download/linux.md b/src/download/linux.md index 017dd427b..871a36078 100644 --- a/src/download/linux.md +++ b/src/download/linux.md @@ -224,11 +224,11 @@ Installation instructions for stable releases are available on the [NixOS Wiki]( ## 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