From 641e6763e305aae7a35dfc7317675ef118148db6 Mon Sep 17 00:00:00 2001 From: lmwangi Date: Mon, 12 Aug 2024 22:37:54 +0300 Subject: [PATCH] bugfix - extra pipe removed --- docs/running-headscale-linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/running-headscale-linux.md b/docs/running-headscale-linux.md index 5c92d793f2..bea7f9f90e 100644 --- a/docs/running-headscale-linux.md +++ b/docs/running-headscale-linux.md @@ -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.