mirror of
https://github.com/tailscale/tailscale.git
synced 2025-05-01 05:01:01 +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:
parent
2c3338c46b
commit
074372d6c5
@ -186,6 +186,12 @@ main() {
|
||||
VERSION="$DEBIAN_CODENAME"
|
||||
fi
|
||||
;;
|
||||
sparky)
|
||||
OS="debian"
|
||||
PACKAGETYPE="apt"
|
||||
VERSION="$DEBIAN_CODENAME"
|
||||
APT_KEY_TYPE="keyring"
|
||||
;;
|
||||
centos)
|
||||
OS="$ID"
|
||||
VERSION="$VERSION_ID"
|
||||
|
Loading…
x
Reference in New Issue
Block a user