mirror of
https://github.com/tailscale/tailscale.git
synced 2025-02-18 02:48:40 +00:00
scripts/installer.sh: add more Linux variants.
Updates https://github.com/tailscale/tailscale/issues/2915 Signed-off-by: Denton Gentry <dgentry@tailscale.com>
This commit is contained in:
parent
d10cefdb9b
commit
f56a7559ce
@ -32,8 +32,8 @@ main() {
|
|||||||
# - VERSION_CODENAME: the codename of the OS release, if any (e.g. "buster")
|
# - VERSION_CODENAME: the codename of the OS release, if any (e.g. "buster")
|
||||||
. /etc/os-release
|
. /etc/os-release
|
||||||
case "$ID" in
|
case "$ID" in
|
||||||
ubuntu)
|
ubuntu|pop|neon)
|
||||||
OS="$ID"
|
OS="ubuntu"
|
||||||
VERSION="$VERSION_CODENAME"
|
VERSION="$VERSION_CODENAME"
|
||||||
PACKAGETYPE="apt"
|
PACKAGETYPE="apt"
|
||||||
# Third-party keyrings became the preferred method of
|
# Third-party keyrings became the preferred method of
|
||||||
|
Loading…
x
Reference in New Issue
Block a user