aws / aws-nitro-enclaves-cli

Tooling for Nitro Enclave Management
Apache License 2.0
121 stars 81 forks source link

Update rhel_8.4_how_to_install_nitro_cli_from_github_sources.md #349

Closed jayhelios closed 2 years ago

jayhelios commented 2 years ago

Updating $ grep /boot/config-4.18.0-305.el8.x86_64 -e NITRO_ENCLAVES To $ grep /boot/config-$(uname -r) -e NITRO_ENCLAVES

Issue #, if available: Sorry for the flood of PRs, not sure how to combine them all into one yet. Description of changes:

Updating `$ grep /boot/config-4.18.0-305.el8.x86_64 -e NITRO_ENCLAVES`
To
`$ grep /boot/config-$(uname -r) -e NITRO_ENCLAVES`

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.