From c9148547ef722ed061484e45abe86868f74aa539 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 29 Nov 2024 19:25:21 +0100 Subject: [PATCH] Remove Header Tweak --- ct/the-lounge.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/ct/the-lounge.sh b/ct/the-lounge.sh index bee4a926..72eee2bb 100644 --- a/ct/the-lounge.sh +++ b/ct/the-lounge.sh @@ -8,17 +8,11 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m function header_info { clear cat <<"EOF" - ________ __ - /_ __/ /_ ___ / / ____ __ ______ ____ ____ - / / / __ \/ _ \ / / / __ \/ / / / __ \/ __ `/ _ \ - / / / / / / __/ / /___/ /_/ / /_/ / / / / /_/ / __/ -/_/ /_/ /_/\___/ /_____/\____/\__,_/_/ /_/\__, /\___/ - /____/ EOF } header_info echo -e "Loading..." -APP="nextpvr" +APP="The-Lounge" var_disk="4" var_cpu="2" var_ram="2048"