scripts/installer.sh: add bazzite handling (#16779)

Fixes #14540

Signed-off-by: Erisa A <erisa@tailscale.com>
This commit is contained in:
Erisa A
2025-08-05 18:24:32 +01:00
committed by GitHub
parent 9f29c428f4
commit ad273d75b7

View File

@@ -280,6 +280,14 @@ main() {
echo "services.tailscale.enable = true;" echo "services.tailscale.enable = true;"
exit 1 exit 1
;; ;;
bazzite)
echo "Bazzite comes with Tailscale installed by default."
echo "Please enable Tailscale by running the following commands as root:"
echo
echo "ujust enable-tailscale"
echo "tailscale up"
exit 1
;;
void) void)
OS="$ID" OS="$ID"
VERSION="" # rolling release VERSION="" # rolling release