From c9dfefedad4d7a27b2b8977fd4aae6cd9415b0bb Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 23 Feb 2024 19:19:12 -0500 Subject: [PATCH] Update tandoor.sh --- ct/tandoor.sh | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/ct/tandoor.sh b/ct/tandoor.sh index 9cefeeea..564300ff 100644 --- a/ct/tandoor.sh +++ b/ct/tandoor.sh @@ -1,7 +1,8 @@ #!/usr/bin/env bash source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func) # Copyright (c) 2021-2024 tteck -# Author: MickLesk (Canbiz) +# Author: tteck +# Co-Author: MickLesk (Canbiz) # License: MIT # https://github.com/tteck/Proxmox/raw/main/LICENSE @@ -11,9 +12,9 @@ cat <<"EOF" ______ __ /_ __/___ _____ ____/ /___ ____ _____ / / / __ `/ __ \/ __ / __ \/ __ \/ ___/ - / / / /_/ / / / / /_/ / /_/ / /_/ / / -/_/ \__,_/_/ /_/\__,_/\____/\____/_/ - + / / / /_/ / / / / /_/ / /_/ / /_/ / / +/_/ \__,_/_/ /_/\__,_/\____/\____/_/ + EOF } header_info @@ -21,7 +22,7 @@ echo -e "Loading..." APP="Tandoor" var_disk="10" var_cpu="2" -var_ram="1024" +var_ram="2048" var_os="debian" var_version="12" variables @@ -81,4 +82,4 @@ description msg_ok "Completed Successfully!\n" echo -e "${APP} Setup should be reachable by going to the following URL. - ${BL}http://${IP}:8002${CL} \n" \ No newline at end of file + ${BL}http://${IP}:8002${CL} \n"