We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a34a841 + e3c93d5 commit 3f47946Copy full SHA for 3f47946
1 file changed
README.md
@@ -202,6 +202,31 @@ sudo dnf install github-desktop-plus
202
203
</details>
204
205
+### OpenSUSE (RPM)
206
+
207
+<details>
208
+<summary>Click to expand</summary>
209
+<br>
210
211
+Create the repository file:
212
213
+```bash
214
+sudo rpm --import https://gpg.polrivero.com/public.key
215
+echo -e "[github-desktop-plus]\nname=GitHub Desktop Plus\nbaseurl=https://rpm.github-desktop.polrivero.com/\nenabled=1\ngpgcheck=1\nrepo_gpgcheck=1\ngpgkey=https://gpg.polrivero.com/public.key" | sudo tee /etc/zypp/repos.d/github-desktop-plus.repo
216
+```
217
218
+Update the package list and install:
219
220
221
+sudo zypper refresh
222
+sudo zypper install github-desktop-plus
223
224
225
+---
226
227
+</details>
228
229
230
### Arch Linux / Manjaro (AUR)
231
232
<details>
0 commit comments