From 86c16e163dcfffe1f1ca8277d7c1da219ee20e23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Oliveira?= Date: Wed, 14 Jan 2026 13:26:35 +0000 Subject: [PATCH] Correct app name --- ct/nodecasttv.sh | 4 ++-- install/{nodecasttv-install.sh => nodecast-tv-install.sh} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename install/{nodecasttv-install.sh => nodecast-tv-install.sh} (100%) diff --git a/ct/nodecasttv.sh b/ct/nodecasttv.sh index ce23800c2..7ff85400d 100644 --- a/ct/nodecasttv.sh +++ b/ct/nodecasttv.sh @@ -3,9 +3,9 @@ source <(curl -fsSL https://raw.githubusercontent.com/luismco/ProxmoxVED/refs/he # Copyright (c) 2021-2026 community-scripts ORG # Author: luismco # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE -# Source: https://github.com/BlessedRebuS/Krawl +# Source: https://github.com/technomancer702/nodecast-tv -APP="Nodecasttv" +APP="Nodecast-tv" var_tags="${var_tags:-proxy}" var_cpu="${var_cpu:-2}" var_ram="${var_ram:-2048}" diff --git a/install/nodecasttv-install.sh b/install/nodecast-tv-install.sh similarity index 100% rename from install/nodecasttv-install.sh rename to install/nodecast-tv-install.sh