mirror of
https://github.com/tailscale/tailscale.git
synced 2026-05-05 04:06:35 +02:00
scripts/installer.sh: add PeppermintOS as Debian derivative
This commit is contained in:
parent
58595a6f0d
commit
9b0e99c8eb
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user