mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Add TPM support.
This commit is contained in:
parent
042634a801
commit
023185291e
3 changed files with 48 additions and 10 deletions
5
quickget
5
quickget
|
@ -153,6 +153,11 @@ EOF
|
|||
if [ "${OS}" == "macos" ]; then
|
||||
echo "macos_release=\"${RELEASE}\"" >> "${OS}-${RELEASE}.conf"
|
||||
fi
|
||||
|
||||
# Enable TPM for Windows 11
|
||||
if [ "${OS}" == "windows" ] && [ ${RELEASE} -ge 11 ]; then
|
||||
echo "tpm=\"on\"" >> "${OS}-${RELEASE}.conf"
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue