installer.sh: add manjaro-arm & EndeavourOS.
Fixes https://github.com/tailscale/tailscale/issues/5192 Fixes https://github.com/tailscale/tailscale/issues/5284 Signed-off-by: Denton Gentry <dgentry@tailscale.com>pull/5341/head
parent
1c3c6b5382
commit
5d731ca13f
|
@ -191,13 +191,13 @@ main() {
|
||||||
VERSION="tumbleweed"
|
VERSION="tumbleweed"
|
||||||
PACKAGETYPE="zypper"
|
PACKAGETYPE="zypper"
|
||||||
;;
|
;;
|
||||||
arch|archarm)
|
arch|archarm|endeavouros)
|
||||||
OS="$ID"
|
OS="arch"
|
||||||
VERSION="" # rolling release
|
VERSION="" # rolling release
|
||||||
PACKAGETYPE="pacman"
|
PACKAGETYPE="pacman"
|
||||||
;;
|
;;
|
||||||
manjaro)
|
manjaro|manjaro-arm)
|
||||||
OS="$ID"
|
OS="manjaro"
|
||||||
VERSION="" # rolling release
|
VERSION="" # rolling release
|
||||||
PACKAGETYPE="pacman"
|
PACKAGETYPE="pacman"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue