[v9.5.x] docs: Use "or" to convey that OS options are unique (#70354)

Fix merge conflict
---
Co-authored-by: Ursula Kallio <ursula.kallio@grafana.com>
This commit is contained in:
Isabel
2023-06-20 11:15:58 +02:00
committed by GitHub
co-authored by Ursula Kallio
parent 824a38bcc6
commit 2e350d13bb
@@ -23,11 +23,11 @@ Grafana relies on other open source software to operate. For a list of open sour
Grafana supports the following operating systems:
- [Debian/Ubuntu]({{< relref "debian/" >}})
- [Red Hat/RHEL/Fedora]({{< relref "redhat-rhel-fedora/" >}})
- [SUSE/openSUSE]({{< relref "suse-opensuse/" >}})
- [macOS]({{< relref "mac/" >}})
- [Windows]({{< relref "windows/" >}})
- [Debian or Ubuntu]({{< relref "./debian" >}})
- [Red Hat, RHEL, or Fedora]({{< relref "./redhat-rhel-fedora" >}})
- [SUSE or openSUSE]({{< relref "./suse-opensuse" >}})
- [macOS]({{< relref "./mac" >}})
- [Windows]({{< relref "./windows" >}})
> **Note:** Installation of Grafana on other operating systems is possible, but is not recommended or supported.