scripts/installer.sh: add BlendOS support.
Fixes https://github.com/tailscale/tailscale/issues/8100 Signed-off-by: Denton Gentry <dgentry@tailscale.com>
This commit is contained in:
parent
07eacdfe92
commit
67882ad35d
|
@ -217,7 +217,7 @@ main() {
|
||||||
VERSION="tumbleweed"
|
VERSION="tumbleweed"
|
||||||
PACKAGETYPE="zypper"
|
PACKAGETYPE="zypper"
|
||||||
;;
|
;;
|
||||||
arch|archarm|endeavouros)
|
arch|archarm|endeavouros|blendos)
|
||||||
OS="arch"
|
OS="arch"
|
||||||
VERSION="" # rolling release
|
VERSION="" # rolling release
|
||||||
PACKAGETYPE="pacman"
|
PACKAGETYPE="pacman"
|
||||||
|
|
Loading…
Reference in New Issue