From 3bc13746d9cb43a228ae9f29c1b69edf47f2ead6 Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 15 Apr 2022 07:44:27 -0400 Subject: [PATCH] Update homeassistant-v3.sh --- ct/homeassistant-v3.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ct/homeassistant-v3.sh b/ct/homeassistant-v3.sh index 57f9bc76..b6e3493b 100644 --- a/ct/homeassistant-v3.sh +++ b/ct/homeassistant-v3.sh @@ -55,13 +55,13 @@ function default_settings() { echo -e "${GN}Using CT Name ${BGN}$NSAPP${CL}" HN=$NSAPP echo -e "${GN}Using Disk Size ${BGN}16GB${CL}" - SIZEDISK="2" + SIZEDISK="16" echo -e "${GN}Using Storage ${BGN}local-lvm${CL}" STORAGETYPE="local-lvm" echo -e "${GN}Using ${BGN}2vCPU${CL}" - CORE_COUNT="1" + CORE_COUNT="2" echo -e "${GN}Using ${BGN}4096MiB${CL}${GN} RAM${CL}" - RAM_SIZE="512" + RAM_SIZE="4096" echo -e "${GN}Using IP Address ${BGN}DHCP${CL}" NET=dhcp echo -e "${GN}Using VLAN Tag ${BGN}NONE${CL}"