From 59223628afa728f5b9cd2e0ff6c096ee075b149f Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Tue, 25 Feb 2025 10:20:41 +0200 Subject: [PATCH] Update Tailscale-lxc Json: Add message for Supported OS (#2629) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update add-tailscale-lxc.json * Update json/add-tailscale-lxc.json Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com> * Update json/add-tailscale-lxc.json Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com> --------- Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com> --- json/add-tailscale-lxc.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/json/add-tailscale-lxc.json b/json/add-tailscale-lxc.json index 5ee395600..13e247c84 100644 --- a/json/add-tailscale-lxc.json +++ b/json/add-tailscale-lxc.json @@ -31,6 +31,10 @@ "password": null }, "notes": [ + { + "text": "Only supported on Debian 12 LXCs", + "type": "warning" + }, { "text": "After the script finishes, reboot the LXC then run `tailscale up` in the LXC console", "type": "info" @@ -40,4 +44,4 @@ "type": "info" } ] -} \ No newline at end of file +}