Skip to content

Commit

Permalink
[docs] Use modern Apt command to install package (juanfont#1420)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel15 authored Mar 22, 2024
1 parent 4d90210 commit 8a8e25a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/running-headscale-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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:
Expand Down

0 comments on commit 8a8e25a

Please sign in to comment.