Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 594 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 594 Bytes

headscale-installer

Usage

Installation

sudo sh -c "$(curl -sL https://github.com/MarksonHon/headscale-installer/raw/refs/heads/main/installer.sh)"

Uninstallation

sudo sh -c "$(curl -sL https://github.com/MarksonHon/headscale-installer/raw/refs/heads/main/uninstaller.sh)"

Notice

Alpine Linux

If you try to install Headscale on Alpine Linux, install curl and shadow at first.

doas apk add curl shadow libcap-setcap

Ubuntu

Ubuntu might come with fucking snap-packaged curl, remove it and install curl from apt if you meet error(s).