mirror of
https://github.com/openziti/zrok.git
synced 2025-05-31 23:25:58 +02:00
Merge pull request #933 from openziti/link-arch-linux-user-repo
link to the arch linux community repo
This commit is contained in:
commit
f29d8498a2
@ -1,4 +1,6 @@
|
||||
|
||||
This formula is maintained by the Homebrew community.
|
||||
|
||||
```text
|
||||
brew install zrok
|
||||
```
|
||||
|
@ -19,7 +19,7 @@ import DownloadCardStyles from '@site/src/css/download-card.module.css';
|
||||
<DownloadCard
|
||||
osName="Linux"
|
||||
osLogo="/img/logo-linux.svg"
|
||||
infoText="RPM/DEB or Homebrew"
|
||||
infoText="RPM/DEB/AUR or Homebrew"
|
||||
guideLink="/docs/guides/install/linux"
|
||||
/>
|
||||
</div>
|
||||
|
@ -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,10 +43,6 @@ Check out [zrok frontdoor](/guides/frontdoor.mdx?os=Linux) for running `zrok` as
|
||||
|
||||
</Details>
|
||||
|
||||
## Homebrew
|
||||
|
||||
<Homebrew />
|
||||
|
||||
## Linux Binary
|
||||
|
||||
<AssetsProvider>
|
||||
@ -94,7 +90,7 @@ Download the binary distribution for your Linux distribution's architecture or r
|
||||
/ /| | | (_) | <
|
||||
/___|_| \___/|_|\_\
|
||||
|
||||
v0.4.0 [c889005]
|
||||
v1.0.0 [c889005]
|
||||
```
|
||||
|
||||
</Details>
|
||||
@ -133,4 +129,12 @@ sudo install -o root -g root ./zrok /usr/local/bin/;
|
||||
zrok version;
|
||||
```
|
||||
|
||||
</Details>
|
||||
</Details>
|
||||
|
||||
## 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
|
||||
|
||||
<Homebrew />
|
||||
|
Loading…
x
Reference in New Issue
Block a user