Skip to content

commander-Z3R0/tailscale-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Tailscale Installer for Mobile Linux

A minimal shell script to install Tailscale on mobile Linux distributions based on Debian Trixie.

Supported systems:

OS Base Package manager
Mobian Debian Trixie apt
Droidian Debian Trixie apt
SirrOS Debian Trixie apt

Usage

Basic install:

sh install.sh

Pin a specific version:

TAILSCALE_VERSION=1.88.4 sh install.sh

Use the unstable track:

TRACK=unstable sh install.sh

The script requires root privileges. It will automatically use sudo or doas if available, or run directly as root.


What the script does

  1. Reads /etc/os-release to identify the distro.
  2. Adds the Tailscale GPG keyring to /usr/share/keyrings/.
  3. Adds the Tailscale apt repository to /etc/apt/sources.list.d/.
  4. Installs tailscale and tailscale-archive-keyring via apt.

After installation

Start and authenticate your device:

sudo tailscale up

Then check your connection:

tailscale status

Credits

Based on the official Tailscale install script, licensed under BSD-3-Clause.

About

A minimal shell script to install on mobile Linux distributions based on Debian Trixie(Mobian, Droidian and SirrOS).

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages