scripts/installer.sh: add PeppermintOS as Debian derivative

This commit is contained in:
Erisa A 2026-04-06 18:12:41 +01:00
parent 58595a6f0d
commit 9b0e99c8eb
No known key found for this signature in database

View File

@ -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