Question about 'read' prompts after initial Q&A for setup #5062
Replies: 2 comments 5 replies
-
I'm not really getting the point of your question. Bunch of ttecks's scripts use The Whiptail menu that gives you option choices (cpu, ram, disk size etc etc) is used to get your choices regarding the values that will be used for creating the container. Commands that use those values are being executed in the Proxmox host shell. Hope this clears it up. |
Beta Was this translation helpful? Give feedback.
-
In immich Script Page (our Repo) has @vhsdream marked, that when openVino used, it need more RAM. https://community-scripts.github.io/ProxmoxVE/scripts?id=immich Currently we dont have an mechanismn to check if this state true and increase the RAM automatically. Not everyone uses openVino, so we will not bloat the RAM |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The Immich installer uses a
read
statement to ask if the user wants to install openvino. This is after the initial Q&A for CPUs, IP, etc. Is this the standard behavior? I sat and watched the installer go past for at least 15 minutes waiting on it to finish before realizing I needed to answer Y or N.This is very much antithetical to what I thought these scripts should be doing. I thought the scripts were supposed to gather all the needed info up front and then install atomically (as one unit) or fail.
For the record, I've used at least 20 tteck/community-scripts installs and have not seen this behavior before.
Beta Was this translation helpful? Give feedback.
All reactions