Skip to content

Commit 3fbde7a

Browse files
yckwannblock
authored andcommitted
Update official.md
in the step 5 file default value is [line11] ExecStart=/usr/bin/headscale serve
1 parent c4a8c03 commit 3fbde7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/setup/install/official.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ managed by systemd.
5757
1. Download the latest [`headscale` binary from GitHub's release page](https://github.com/juanfont/headscale/releases):
5858
5959
```shell
60-
sudo wget --output-document=/usr/local/bin/headscale \
60+
sudo wget --output-document=/usr/bin/headscale \
6161
https://github.com/juanfont/headscale/releases/download/v<HEADSCALE VERSION>/headscale_<HEADSCALE VERSION>_linux_<ARCH>
6262
```
6363
6464
1. Make `headscale` executable:
6565
6666
```shell
67-
sudo chmod +x /usr/local/bin/headscale
67+
sudo chmod +x /usr/bin/headscale
6868
```
6969
7070
1. Add a dedicated local user to run headscale:

0 commit comments

Comments
 (0)