Skip to content

Commit

Permalink
fix: use double brackets for if clause with and & or concatenation
Browse files Browse the repository at this point in the history
Additional small doc enhancement commit to fix make the commit title the same as the PR title because lint error
  • Loading branch information
Gitsarry authored Aug 12, 2024
1 parent caedfc1 commit 7939a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickget
Original file line number Diff line number Diff line change
Expand Up @@ -1457,7 +1457,7 @@ EOF
echo "disk_size=\"64G\"" >> "${CONF_FILE}"
fi

# Enable TPM for Windows 11
# Enable TPM for Windows 11 and Windows Server 2022
if [[ "${OS}" == "windows" && "${RELEASE}" == "11" || "${OS}" == "windows-server" && "${RELEASE}" == "2022" ]]; then
echo "tpm=\"on\"" >> "${CONF_FILE}"
echo "secureboot=\"off\"" >> "${CONF_FILE}"
Expand Down

0 comments on commit 7939a62

Please sign in to comment.