scripts/installer.sh: add postmarketos support.

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

Signed-off-by: Denton Gentry <dgentry@tailscale.com>
pull/7320/head
Denton Gentry 1 year ago
parent 7ca54c890e
commit 1ba0b7fd79

@ -211,6 +211,11 @@ main() {
VERSION="$VERSION_ID"
PACKAGETYPE="apk"
;;
postmarketos)
OS="alpine"
VERSION="$VERSION_ID"
PACKAGETYPE="apk"
;;
nixos)
echo "Please add Tailscale to your NixOS configuration directly:"
echo

Loading…
Cancel
Save