Adjusted check values

This commit is contained in:
Alejandro 2023-08-17 01:14:40 +02:00 committed by Martin Wimpress
parent 94f2aeb40d
commit 941b325269
7 changed files with 12 additions and 12 deletions

View file

@ -925,7 +925,7 @@ EOF
fi
;;
vanillaos)
## Minimum 50G for abroot
## Minimum 64G for abroot
echo "disk_size=\"64G\"" >> "${CONF_FILE}"
;;
zorin)
@ -949,7 +949,7 @@ EOF
esac
if [ "${OS}" == "ubuntu" ] && [[ ${RELEASE} == *"daily"* ]]; then
# wont install lobster testing with less than 18GB
# won't install lobster testing with less than 32GB
echo "disk_size=\"32G\"" >> "${CONF_FILE}"
fi
# Enable TPM for Windows 11