Add missing double quote

pull/139/head
Martin Wimpress 3 years ago committed by Martin Wimpress
parent f34434e4ad
commit 029a218bc9
  1. 2
      quickget

@ -473,7 +473,7 @@ EOF
fi
# 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"
fi
fi

Loading…
Cancel
Save