Skip to content

Commit 5922362

Browse files
Update Tailscale-lxc Json: Add message for Supported OS (#2629)
* Update add-tailscale-lxc.json * Update json/add-tailscale-lxc.json Co-authored-by: Slaviša Arežina <[email protected]> * Update json/add-tailscale-lxc.json Co-authored-by: Slaviša Arežina <[email protected]> --------- Co-authored-by: Slaviša Arežina <[email protected]>
1 parent 029332f commit 5922362

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

json/add-tailscale-lxc.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
"password": null
3232
},
3333
"notes": [
34+
{
35+
"text": "Only supported on Debian 12 LXCs",
36+
"type": "warning"
37+
},
3438
{
3539
"text": "After the script finishes, reboot the LXC then run `tailscale up` in the LXC console",
3640
"type": "info"
@@ -40,4 +44,4 @@
4044
"type": "info"
4145
}
4246
]
43-
}
47+
}

0 commit comments

Comments
 (0)