From 8a8e25a8d1e6bc5fa27b7f72f99bbf24b290e0a6 Mon Sep 17 00:00:00 2001 From: Daniel Lo Nigro Date: Fri, 22 Mar 2024 12:32:01 -0700 Subject: [PATCH] [docs] Use modern Apt command to install package (#1420) --- 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 aa92cb2b..5f906009 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 @@ configuration (`/etc/headscale/config.yaml`). 1. Install Headscale: ```shell - sudo dpkg --install headscale.deb + sudo apt install headscale.deb ``` 1. Enable Headscale service, this will start Headscale at boot: