scripts/installer.sh: add BlendOS support.

Fixes https://github.com/tailscale/tailscale/issues/8100

Signed-off-by: Denton Gentry <dgentry@tailscale.com>
pull/8270/head
Denton Gentry 1 year ago committed by Denton Gentry
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…
Cancel
Save