mirror of
https://github.com/tailscale/tailscale.git
synced 2025-12-22 16:46:29 +00:00
scripts/installer.sh: add SparkyLinux as a Debian derivative (#15076)
Fixes #15075 Signed-off-by: Erisa A <erisa@tailscale.com>
This commit is contained in:
@@ -186,6 +186,12 @@ main() {
|
|||||||
VERSION="$DEBIAN_CODENAME"
|
VERSION="$DEBIAN_CODENAME"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
sparky)
|
||||||
|
OS="debian"
|
||||||
|
PACKAGETYPE="apt"
|
||||||
|
VERSION="$DEBIAN_CODENAME"
|
||||||
|
APT_KEY_TYPE="keyring"
|
||||||
|
;;
|
||||||
centos)
|
centos)
|
||||||
OS="$ID"
|
OS="$ID"
|
||||||
VERSION="$VERSION_ID"
|
VERSION="$VERSION_ID"
|
||||||
|
|||||||
Reference in New Issue
Block a user