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 bba1f96 + 0cd55d8 commit eb9ddbeCopy full SHA for eb9ddbe
Installation.md
@@ -24,6 +24,19 @@ $ sudo $apt_pref install git-extras
24
$ sudo dnf install git-extras
25
```
26
27
+### OpenSUSE
28
+
29
+Substitute your OpenSUSE version in the command below (in this case we are considering OpenSUSE 15.1):
30
+```bash
31
+$ sudo zypper ar https://download.opensuse.org/repositories/devel:/tools:/scm/openSUSE_Leap_15.1/devel:tools:scm.repo
32
+```
33
34
+and install it:
35
36
37
+$ sudo zypper in -y git-extras
38
39
40
### RHEL/CentOS (requires [EPEL](https://fedoraproject.org/wiki/EPEL))
41
42
```bash
0 commit comments