[docs] Use modern Apt command to install package (#1420)

This commit is contained in:
Daniel Lo Nigro 2024-03-22 12:32:01 -07:00 committed by GitHub
parent 4d9021047f
commit 8a8e25a8d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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: