diff --git a/scripts/installer.sh b/scripts/installer.sh index 344a9ab7e..813efce0c 100755 --- a/scripts/installer.sh +++ b/scripts/installer.sh @@ -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