scripts/installer.sh: add SteamOS handling (#18159)

Fixes #12943

Signed-off-by: Erisa A <erisa@tailscale.com>
This commit is contained in:
Erisa A
2025-12-08 20:19:40 +00:00
committed by GitHub
parent 7d3097d3b5
commit c7b10cb39f

View File

@@ -336,6 +336,11 @@ main() {
VERSION="$VERSION_MAJOR"
PACKAGETYPE="tdnf"
;;
steamos)
echo "To install Tailscale on SteamOS, please follow the instructions here:"
echo "https://github.com/tailscale-dev/deck-tailscale"
exit 1
;;
# TODO: wsl?
# TODO: synology? qnap?