mirror of
https://github.com/tailscale/tailscale.git
synced 2025-12-16 14:52:18 +01:00
scripts/installer.sh: add SteamOS handling (#18159)
Fixes #12943 Signed-off-by: Erisa A <erisa@tailscale.com>
This commit is contained in:
parent
7d3097d3b5
commit
c7b10cb39f
@ -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…
x
Reference in New Issue
Block a user