From f56a7559ce9fb112183de2adef3c19849eaffb00 Mon Sep 17 00:00:00 2001 From: Denton Gentry Date: Sat, 16 Oct 2021 17:08:57 -0700 Subject: [PATCH] scripts/installer.sh: add more Linux variants. Updates https://github.com/tailscale/tailscale/issues/2915 Signed-off-by: Denton Gentry --- scripts/installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/installer.sh b/scripts/installer.sh index 1f3f845a6..e02508522 100755 --- a/scripts/installer.sh +++ b/scripts/installer.sh @@ -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