scripts/installer.sh: add SparkyLinux as a Debian derivative (#15076)

Fixes #15075

Signed-off-by: Erisa A <erisa@tailscale.com>
pull/15082/head
Erisa A 10 months ago committed by GitHub
parent 2c3338c46b
commit 074372d6c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save