Skip to content

Commit 3f47946

Browse files
authored
Merge pull request #166 from arfshl/02-1
Add OpenSUSE install guide
2 parents a34a841 + e3c93d5 commit 3f47946

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,31 @@ sudo dnf install github-desktop-plus
202202

203203
</details>
204204

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+
```bash
221+
sudo zypper refresh
222+
sudo zypper install github-desktop-plus
223+
```
224+
225+
---
226+
227+
</details>
228+
229+
205230
### Arch Linux / Manjaro (AUR)
206231

207232
<details>

0 commit comments

Comments
 (0)