diff options
| author | Erisa A <erisa@tailscale.com> | 2026-04-06 18:12:41 +0100 |
|---|---|---|
| committer | Erisa A <erisa@tailscale.com> | 2026-04-06 18:12:41 +0100 |
| commit | 9b0e99c8eb5e22c15f7d88680802183bbafbe179 (patch) | |
| tree | f5610ac9d6c546bfc8ece098fd7fa7aa6ed15c72 | |
| parent | 58595a6f0db88cc8136d9519408c3a7e36bf7c33 (diff) | |
| download | tailscale-erisa/peppermint-debian.tar.xz tailscale-erisa/peppermint-debian.zip | |
scripts/installer.sh: add PeppermintOS as Debian derivativeerisa/peppermint-debian
| -rwxr-xr-x | scripts/installer.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/installer.sh b/scripts/installer.sh index 2c15ea657..e21f63ce8 100755 --- a/scripts/installer.sh +++ b/scripts/installer.sh @@ -413,7 +413,7 @@ main() { # versions we support? OS_UNSUPPORTED= case "$OS" in - ubuntu|debian|raspbian|centos|oracle|rhel|amazon-linux|opensuse|photon) + ubuntu|debian|raspbian|centos|oracle|rhel|amazon-linux|opensuse|photon|peppermint) # Check with the package server whether a given version is supported. URL="https://pkgs.tailscale.com/$TRACK/$OS/$VERSION/installer-supported" $CURL "$URL" 2> /dev/null | grep -q OK || OS_UNSUPPORTED=1 |
