This is an automated email from the ASF dual-hosted git repository. mssun pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-teaclave.git
commit 897cc1dffdfc33ab92a6d79a191b664ef823826f Author: Raullen Chai <[email protected]> AuthorDate: Wed Dec 2 17:12:20 2020 -0800 Update my-first-function.md --- docs/my-first-function.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/my-first-function.md b/docs/my-first-function.md index 48cc34f..7e73d87 100644 --- a/docs/my-first-function.md +++ b/docs/my-first-function.md @@ -25,7 +25,7 @@ $ ls /dev/isgx # Make sure you have the SGX device Then, install SGX architectural enclaves and quoting libraries for attestation. ``` -$ sudo apt-get install libssl-dev libcurl4-openssldev libprotobuf-dev +$ sudo apt-get install libssl-dev libcurl4-openssl-dev libprotobuf-dev $ echo 'deb [arch=amd64] https://download.01.org/intel-sgx/sgx_repo/ubuntu bionic main' | sudo tee /etc/apt/sources.list.d/intel-sgx.list $ wget -qO - https://download.01.org/intel-sgx/sgx_repo/ubuntu/intel-sgx-deb.key | sudo apt-key add - $ sudo apt-get update && \ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
