From 274846b350d8aa7a84ccbe85d314114e481ff28d Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Mon, 30 Mar 2026 12:58:09 +0200 Subject: [PATCH] Update openthread-br.sh --- ct/openthread-br.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/openthread-br.sh b/ct/openthread-br.sh index 92568ecc..273e3fb0 100644 --- a/ct/openthread-br.sh +++ b/ct/openthread-br.sh @@ -6,7 +6,7 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV # License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE # Source: https://openthread.io/guides/border-router -APP="OpenThread Border Router" +APP="OpenThread-BR" var_tags="${var_tags:-thread;iot;border-router;matter}" var_cpu="${var_cpu:-2}" var_ram="${var_ram:-2048}"