From 42e3fc8b3507a2f009625b0b7e23148350da6faa Mon Sep 17 00:00:00 2001 From: Kenneth Bingham Date: Fri, 4 Apr 2025 12:23:35 -0400 Subject: [PATCH 1/2] link to the arch linux community repo --- docs/guides/install/linux.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/guides/install/linux.mdx b/docs/guides/install/linux.mdx index aa666c1b..009c6c32 100644 --- a/docs/guides/install/linux.mdx +++ b/docs/guides/install/linux.mdx @@ -43,6 +43,10 @@ Check out [zrok frontdoor](/guides/frontdoor.mdx?os=Linux) for running `zrok` as +## Arch Linux + +[An unofficial Arch User Repository (AUR) package](https://aur.archlinux.org/packages/zrok-bin) is maintained by the zrok community. As of April 2025, the AUR package includes the `zrok` CLI and [the `zrok-agent.service` systemd `--user` service](/guides/agent/linux-service.mdx). + ## Homebrew @@ -94,7 +98,7 @@ Download the binary distribution for your Linux distribution's architecture or r / /| | | (_) | < /___|_| \___/|_|\_\ - v0.4.0 [c889005] + v1.0.0 [c889005] ``` From 2141f913197bf5d0c9b415c7874cce24e5e279fe Mon Sep 17 00:00:00 2001 From: Kenneth Bingham Date: Fri, 4 Apr 2025 12:53:11 -0400 Subject: [PATCH 2/2] organize community package info --- docs/guides/install/_homebrew.mdx | 2 ++ docs/guides/install/_install_cards.mdx | 2 +- docs/guides/install/linux.mdx | 22 +++++++++++----------- 3 files changed, 14 insertions(+), 12 deletions(-) diff --git a/docs/guides/install/_homebrew.mdx b/docs/guides/install/_homebrew.mdx index db72444e..f2e67162 100644 --- a/docs/guides/install/_homebrew.mdx +++ b/docs/guides/install/_homebrew.mdx @@ -1,4 +1,6 @@ +This formula is maintained by the Homebrew community. + ```text brew install zrok ``` diff --git a/docs/guides/install/_install_cards.mdx b/docs/guides/install/_install_cards.mdx index 922616c8..bf1cf4d1 100644 --- a/docs/guides/install/_install_cards.mdx +++ b/docs/guides/install/_install_cards.mdx @@ -19,7 +19,7 @@ import DownloadCardStyles from '@site/src/css/download-card.module.css'; diff --git a/docs/guides/install/linux.mdx b/docs/guides/install/linux.mdx index 009c6c32..aede16b8 100644 --- a/docs/guides/install/linux.mdx +++ b/docs/guides/install/linux.mdx @@ -10,9 +10,9 @@ import AnsibleRepoSetup from './_ansible_repo_setup.yaml' import ConcatenateYamlSnippets from '@site/src/components/cat-yaml.jsx' import Homebrew from './_homebrew.mdx'; -## Install `zrok` from the Repository +## Package Repository -This will configure the system to receive DEB or RPM package updates. +The RedHat (RPM) and Debian (DEB) packages are maintained by NetFoundry. ```text curl -sSf https://get.openziti.io/install.bash | sudo bash -s zrok @@ -43,14 +43,6 @@ Check out [zrok frontdoor](/guides/frontdoor.mdx?os=Linux) for running `zrok` as -## Arch Linux - -[An unofficial Arch User Repository (AUR) package](https://aur.archlinux.org/packages/zrok-bin) is maintained by the zrok community. As of April 2025, the AUR package includes the `zrok` CLI and [the `zrok-agent.service` systemd `--user` service](/guides/agent/linux-service.mdx). - -## Homebrew - - - ## Linux Binary @@ -137,4 +129,12 @@ sudo install -o root -g root ./zrok /usr/local/bin/; zrok version; ``` - \ No newline at end of file + + +## Arch User Repository + +[An Arch User Repository (AUR) package](https://aur.archlinux.org/packages/zrok-bin) is maintained by the Arch community. As of April 2025, the AUR package includes the `zrok` CLI and [the `zrok-agent.service` systemd `--user` service](/guides/agent/linux-service.mdx). + +## Homebrew Formula + +