mirror of
https://github.com/openziti/zrok.git
synced 2025-02-12 16:29:40 +01:00
18 lines
616 B
Plaintext
18 lines
616 B
Plaintext
|
|
1. Set up `zrok`'s Linux package repository by following [the Linux install guide](/guides/install/linux.mdx#install-zrok-from-the-repository), or run this one-liner to complete the repo setup and install packages.
|
|
|
|
```bash
|
|
curl -sSLf https://get.openziti.io/install.bash \
|
|
| sudo bash -s zrok-share
|
|
```
|
|
|
|
1. If you set up the repository by following the guide, then also install the `zrok-share` package. This package provides the systemd service.
|
|
|
|
```bash title="Ubuntu, Debian"
|
|
sudo apt install zrok-share
|
|
```
|
|
|
|
```bash title="Fedora, Rocky"
|
|
sudo dnf install zrok-share
|
|
```
|