vault backup: 2024-06-28 19:41:19

This commit is contained in:
2024-06-28 19:41:19 +02:00
parent 6ed4825ee2
commit f4aa061971
2 changed files with 27 additions and 4 deletions
+10
View File
@@ -0,0 +1,10 @@
# Installation
## Download
```
HEADSCALE_VERSION="" # See above URL for latest version, e.g. "X.Y.Z" (NOTE: do not add the "v" prefix!)
HEADSCALE_ARCH="" # Your system architecture, e.g. "amd64"
wget --output-document=headscale.deb \
"https://github.com/juanfont/headscale/releases/download/v${HEADSCALE_VERSION}/headscale_${HEADSCALE_VERSION}_linux_${HEADSCALE_ARCH}.deb"
```
##