diff --git a/docs/blocks/_linux-install.mdx b/docs/blocks/_linux-install.mdx index 09d58dc8..2392c1ed 100644 --- a/docs/blocks/_linux-install.mdx +++ b/docs/blocks/_linux-install.mdx @@ -92,7 +92,7 @@ import { Icon } from "@iconify/react"; Fedora}> Fedora packages are provided via [Fedora COPR](https://copr.fedorainfracloud.org/coprs/g/meshtastic/beta/). - [![Copr build status](https://copr.fedorainfracloud.org/coprs/g/meshtastic/beta/package/meshtasticd/status_image/last_build.png)](https://copr.fedorainfracloud.org/coprs/g/meshtastic/beta/package/meshtasticd/) + [![Copr build status](https://copr.fedorainfracloud.org/coprs/g/meshtastic/beta/package/meshtasticd/status_image/last_build.png)](https://copr.fedorainfracloud.org/coprs/g/meshtastic/beta/package/meshtasticd/) Supported: Fedora `41`, Fedora `40` @@ -107,6 +107,28 @@ import { Icon } from "@iconify/react"; + RedHat (EPEL)}> + RedHat (EPEL) packages are provided via [Fedora COPR](https://copr.fedorainfracloud.org/coprs/g/meshtastic/beta/). + Built with Redhat's [UBI](https://www.redhat.com/en/blog/introducing-red-hat-universal-base-image). + [![Copr build status](https://copr.fedorainfracloud.org/coprs/g/meshtastic/beta/package/meshtasticd/status_image/last_build.png)](https://copr.fedorainfracloud.org/coprs/g/meshtastic/beta/package/meshtasticd/) + + Supported: EPEL `9`, EPEL `10` + + CentOS Stream, RedHat Enterprise Linux, AlmaLinux, Rocky Linux, and other [EPEL-supported](https://docs.fedoraproject.org/en-US/epel/getting-started/) distributions. + + **Install:** + + ```shell + # Add Meshtastic COPR repos + sudo dnf config-manager --set-enabled crb + sudo dnf install epel-release + sudo dnf copr enable @meshtastic/beta + # Install meshtasticd + sudo dnf install meshtasticd + ``` + + + Docker}> Docker containers are provided via [DockerHub](https://hub.docker.com/r/meshtastic/meshtasticd).