mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-23 18:15:26 +00:00
[docs] Use modern Apt command to install package (#1420)
This commit is contained in:
parent
4d9021047f
commit
8a8e25a8d1
@ -20,7 +20,7 @@ configuration (`/etc/headscale/config.yaml`).
|
|||||||
|
|
||||||
## Installation
|
## 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
|
```shell
|
||||||
wget --output-document=headscale.deb \
|
wget --output-document=headscale.deb \
|
||||||
@ -30,7 +30,7 @@ configuration (`/etc/headscale/config.yaml`).
|
|||||||
1. Install Headscale:
|
1. Install Headscale:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
sudo dpkg --install headscale.deb
|
sudo apt install headscale.deb
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Enable Headscale service, this will start Headscale at boot:
|
1. Enable Headscale service, this will start Headscale at boot:
|
||||||
|
Loading…
Reference in New Issue
Block a user