Skip to content

Commit 5bb84f2

Browse files
committed
debug
1 parent f138a5c commit 5bb84f2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

deployment/ci/node_init.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ usermod -a -G sgx_prv $(whoami)
4242
cat /etc/sgx_default_qcnl.conf
4343
cat /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

5555
secretd init-enclave --no-epid
5656

0 commit comments

Comments
 (0)