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

Fixes #12943

Signed-off-by: Erisa A <erisa@tailscale.com>
pull/18009/head
Erisa A 4 days ago committed by GitHub
parent 7d3097d3b5
commit c7b10cb39f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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?

Loading…
Cancel
Save