Skip to content

Commit

Permalink
bugfix - extra pipe removed
Browse files Browse the repository at this point in the history
  • Loading branch information
labeneator committed Aug 12, 2024
1 parent 99563e5 commit 641e676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/running-headscale-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ configuration (`/etc/headscale/config.yaml`).
```shell
HEADSCALE_VERSION="" # See above URL for latest version, e.g. "X.Y.Z" (NOTE: do not add the "v" prefix!)
# Or you can use the following bash one liner which intercepts the latest redirect to a specific version number and extracts the version.
# HEADSCALE_VERSION="$(curl -v https://github.com/juanfont/headscale/releases/latest 2>&1 |grep location | awk -F'/' '{print $NF}' | sed -e 's/v//' | |tr -d '\r')"
# HEADSCALE_VERSION="$(curl -v https://github.com/juanfont/headscale/releases/latest 2>&1 | grep location | awk -F'/' '{print $NF}' | sed -e 's/v//' | tr -d '\r')"

HEADSCALE_ARCH="" # Your system architecture, e.g. "amd64"
# Or you can use dpkg to figure out the architecture of the box.
Expand Down

0 comments on commit 641e676

Please sign in to comment.