mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
Merge branch 'master' into 2.6-blog
This commit is contained in:
commit
b0bd74d388
|
@ -107,6 +107,28 @@ import { Icon } from "@iconify/react";
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
|
|
||||||
|
<TabItem value="epel" label={<><Icon icon="mdi:redhat" style={{ marginRight: "0.25rem" }} height="1.5rem" /> 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).
|
||||||
|
[](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
|
||||||
|
```
|
||||||
|
|
||||||
|
</TabItem>
|
||||||
|
|
||||||
<TabItem value="docker" label={<><Icon icon="mdi:docker" style={{ marginRight: "0.25rem" }} height="1.5rem" /> Docker</>}>
|
<TabItem value="docker" label={<><Icon icon="mdi:docker" style={{ marginRight: "0.25rem" }} height="1.5rem" /> Docker</>}>
|
||||||
Docker containers are provided via [DockerHub](https://hub.docker.com/r/meshtastic/meshtasticd).
|
Docker containers are provided via [DockerHub](https://hub.docker.com/r/meshtastic/meshtasticd).
|
||||||
|
|
||||||
|
|
|
@ -238,6 +238,7 @@ To be listed here, your group must be in compliance with our [Trademark Guidline
|
||||||
- [AltaMesh](https://altamesh.net/)
|
- [AltaMesh](https://altamesh.net/)
|
||||||
- [Central Valley](https://centralvalleymesh.net/)
|
- [Central Valley](https://centralvalleymesh.net/)
|
||||||
- [Sac Valley Mesh](http://www.sacvalleymesh.com)
|
- [Sac Valley Mesh](http://www.sacvalleymesh.com)
|
||||||
|
- [Inter-Canyon Mesh - Orange County Canyons](https://icmesh.com)
|
||||||
|
|
||||||
### Colorado
|
### Colorado
|
||||||
|
|
||||||
|
@ -271,6 +272,7 @@ To be listed here, your group must be in compliance with our [Trademark Guidline
|
||||||
|
|
||||||
- [Kansas City Meshtastic Group](https://www.facebook.com/share/XZ9jnhxy1YT4wWqC/)
|
- [Kansas City Meshtastic Group](https://www.facebook.com/share/XZ9jnhxy1YT4wWqC/)
|
||||||
- [MeshSTL - St. Louis](https://discord.gg/QYxUdKZpBd)
|
- [MeshSTL - St. Louis](https://discord.gg/QYxUdKZpBd)
|
||||||
|
- [CMRG Mesh - Jefferson City](https://www.mo-mesh.com)
|
||||||
|
|
||||||
### Nevada
|
### Nevada
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue