File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -42,15 +42,15 @@ usermod -a -G sgx_prv $(whoami)
4242cat /etc/sgx_default_qcnl.conf
4343cat /etc/group
4444
45- # curl -fsSL https://download.01.org/intel-sgx/sgx_repo/ubuntu/intel-sgx-deb.key | apt-key add -
46- # add-apt-repository "deb https://download.01.org/intel-sgx/sgx_repo/ubuntu jammy main"
47- # apt-get update
45+ curl -fsSL https://download.01.org/intel-sgx/sgx_repo/ubuntu/intel-sgx-deb.key | apt-key add -
46+ add-apt-repository " deb https://download.01.org/intel-sgx/sgx_repo/ubuntu jammy main"
47+ apt-get update
4848
4949
50- # apt list --all-versions libsgx-dcap-ql
51- # apt list --all-versions libsgx-dcap-quote-verify
52- # apt install libsgx-dcap-ql=1.22.100.3-jammy1 libsgx-dcap-quote-verify=1.22.100.317-jammy1
53- # apt list --installed
50+ apt list --all-versions libsgx-dcap-ql
51+ apt list --all-versions libsgx-dcap-quote-verify
52+ apt install libsgx-dcap-ql=1.22.100.3-jammy1 libsgx-dcap-quote-verify=1.22.100.317-jammy1
53+ apt list --installed
5454
5555secretd init-enclave --no-epid
5656
You can’t perform that action at this time.
0 commit comments