mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Add missing double quote
This commit is contained in:
parent
f34434e4ad
commit
029a218bc9
1 changed files with 1 additions and 1 deletions
2
quickget
2
quickget
|
@ -473,7 +473,7 @@ EOF
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Enable TPM for Windows 11
|
# Enable TPM for Windows 11
|
||||||
if [ "${OS}" == "windows" ] && [ ${RELEASE} -ge 11 ]; then
|
if [ "${OS}" == "windows" ] && [ "${RELEASE}" -ge 11 ]; then
|
||||||
echo "tpm=\"on\"" >> "${OS}-${RELEASE}.conf"
|
echo "tpm=\"on\"" >> "${OS}-${RELEASE}.conf"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue