Skip to content

MarksonHon/headscale-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

Releases

No releases published

Packages

No packages published

Languages