From 3691017ecf414c331421eb01f1fdbb4e93d4579b Mon Sep 17 00:00:00 2001 From: Daniel Lo Nigro Date: Thu, 4 May 2023 18:56:31 -0700 Subject: [PATCH] [docs] Use modern Apt command to install package --- docs/running-headscale-linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/running-headscale-linux.md b/docs/running-headscale-linux.md index 66ccc3d35e8..a757956c36d 100644 --- a/docs/running-headscale-linux.md +++ b/docs/running-headscale-linux.md @@ -20,7 +20,7 @@ configuration (`/etc/headscale/config.yaml`). ## Installation -1. Download the lastest Headscale package for your platform (`.deb` for Ubuntu and Debian) from [Headscale's releases page](https://github.com/juanfont/headscale/releases): +1. Download the latest Headscale package for your platform (`.deb` for Ubuntu and Debian) from [Headscale's releases page](https://github.com/juanfont/headscale/releases): ```shell wget --output-document=headscale.deb \ @@ -30,7 +30,7 @@ wget --output-document=headscale.deb \ 2. Install Headscale: ```shell -sudo dpkg --install headscale.deb +sudo apt install ./headscale.deb ``` 3. Enable Headscale service, this will start Headscale at boot: