Skip to content

Commit

Permalink
scripts/installer.sh: add more Linux variants.
Browse files Browse the repository at this point in the history
Updates #2915

Signed-off-by: Denton Gentry <dgentry@tailscale.com>
  • Loading branch information
DentonGentry committed Nov 23, 2021
1 parent d10cefd commit f56a755
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f56a755

Please sign in to comment.