From c7b10cb39f578a2f5e5983ab8b4ddd40e13afaca Mon Sep 17 00:00:00 2001 From: Erisa A Date: Mon, 8 Dec 2025 20:19:40 +0000 Subject: [PATCH] scripts/installer.sh: add SteamOS handling (#18159) Fixes #12943 Signed-off-by: Erisa A --- scripts/installer.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/installer.sh b/scripts/installer.sh index e21e40e15..db94c26ec 100755 --- a/scripts/installer.sh +++ b/scripts/installer.sh @@ -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?