mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Adjusted check values
This commit is contained in:
parent
94f2aeb40d
commit
941b325269
7 changed files with 12 additions and 12 deletions
4
quickget
4
quickget
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue