Skip to content

Commit

Permalink
Add instructions for opensuse dist in README.md (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaganyadav80 authored and shiftkey committed Feb 22, 2022
1 parent bb73b4d commit 9fc98cf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,19 @@ $ sudo yum install github-desktop
$ sudo dnf install github-desktop
```

### OpenSUSE distribution
```sh
$ sudo rpm --import https://packagecloud.io/shiftkey/desktop/gpgkey
$ sudo sh -c 'echo -e "[shiftkey]\nname=GitHub Desktop\nbaseurl=https://packagecloud.io/shiftkey/desktop/el/7/\$basearch\nenabled=1\ngpgcheck=0\nrepo_gpgcheck=1\ngpgkey=https://packagecloud.io/shiftkey/desktop/gpgkey" > /etc/zypp/repos.d/shiftkey-desktop.repo'
```

Then install GitHub Desktop:

```sh
# if zypper is your package manager
$ sudo zypper ref && sudo zypper in github-desktop
```

## Other Distributions

Arch Linux users can install GitHub Desktop from the
Expand Down

0 comments on commit 9fc98cf

Please sign in to comment.