Minor fix

此提交包含在:
2025-11-01 19:56:08 +01:00
父節點 35dcc01352
當前提交 3adc169457

查看文件

@@ -46,8 +46,13 @@ touch /srv/containers/aitools/llamacpp_config.yaml
# 10. Aggiornare GRUB
echo "Aggiornando GRUB..."
echo "Seleziona la quantità di RAM (16, 24, 32, 48 GB):"
read ram_gb
if [ -t 0 ]; then
echo "Seleziona la quantità di RAM (16, 24, 32, 48 GB):"
read ram_gb
else
echo "Modalità non interattiva: usando default 32GB"
ram_gb=32
fi
case $ram_gb in
16)
gttsize=16384