mirror of
https://github.com/juanfont/headscale.git
synced 2025-09-25 17:51:11 +02:00
Merge e75b5c1a51
into bd35fcf338
This commit is contained in:
commit
6b1d8668db
@ -57,14 +57,14 @@ managed by systemd.
|
|||||||
1. Download the latest [`headscale` binary from GitHub's release page](https://github.com/juanfont/headscale/releases):
|
1. Download the latest [`headscale` binary from GitHub's release page](https://github.com/juanfont/headscale/releases):
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
sudo wget --output-document=/usr/local/bin/headscale \
|
sudo wget --output-document=/usr/bin/headscale \
|
||||||
https://github.com/juanfont/headscale/releases/download/v<HEADSCALE VERSION>/headscale_<HEADSCALE VERSION>_linux_<ARCH>
|
https://github.com/juanfont/headscale/releases/download/v<HEADSCALE VERSION>/headscale_<HEADSCALE VERSION>_linux_<ARCH>
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Make `headscale` executable:
|
1. Make `headscale` executable:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
sudo chmod +x /usr/local/bin/headscale
|
sudo chmod +x /usr/bin/headscale
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Add a dedicated local user to run headscale:
|
1. Add a dedicated local user to run headscale:
|
||||||
|
Loading…
Reference in New Issue
Block a user