From 9b0e99c8eb5e22c15f7d88680802183bbafbe179 Mon Sep 17 00:00:00 2001 From: Erisa A Date: Mon, 6 Apr 2026 18:12:41 +0100 Subject: [PATCH] scripts/installer.sh: add PeppermintOS as Debian derivative --- scripts/installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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