scripts/installer.sh: add more Linux variants.

Updates https://github.com/tailscale/tailscale/issues/2915

Signed-off-by: Denton Gentry <dgentry@tailscale.com>
pull/3401/head
Denton Gentry 3 years ago committed by Denton Gentry
parent d10cefdb9b
commit f56a7559ce

@ -32,8 +32,8 @@ main() {
# - VERSION_CODENAME: the codename of the OS release, if any (e.g. "buster")
. /etc/os-release
case "$ID" in
ubuntu)
OS="$ID"
ubuntu|pop|neon)
OS="ubuntu"
VERSION="$VERSION_CODENAME"
PACKAGETYPE="apt"
# Third-party keyrings became the preferred method of

Loading…
Cancel
Save