Skip to content

Instantly share code, notes, and snippets.

@bl4ck5un
Created October 2, 2017 21:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bl4ck5un/ee5a3d99decc6079149bef8394616b8e to your computer and use it in GitHub Desktop.
Save bl4ck5un/ee5a3d99decc6079149bef8394616b8e to your computer and use it in GitHub Desktop.
Install SGX SDK v1.9.0
#!/bin/sh -e
SGX_SDK_BIN=sgx_sdk.bin
wget -O $SGX_SDK_BIN https://download.01.org/intel-sgx/linux-1.9/sgx_linux_ubuntu16.04.1_x64_sdk_1.9.100.39124.bin
chmod a+x $SGX_SDK_BIN
echo -e 'no\n/opt/intel' | sudo ./$SGX_SDK_BIN
echo 'source /opt/intel/sgxsdk/environment' >> ~/.zshrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment