We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56a511d commit 35315f0Copy full SHA for 35315f0
scripts/install-sgx.sh
@@ -52,7 +52,7 @@ install_sdk(){
52
53
wget -O sgx_linux_x64_sdk_2.17.101.1.bin "https://download.01.org/intel-sgx/sgx-linux/2.17.1/distro/ubuntu20.04-server/sgx_linux_x64_sdk_2.17.101.1.bin"
54
chmod +x ./sgx_linux_x64_sdk_*.bin
55
- (echo no; echo /opt/intel/) | ./sgx_linux_x64_sdk_2.13.100.4.bin
+ (echo no; echo /opt/intel/) | ./sgx_linux_x64_sdk_2.17.101.1.bin
56
echo "source '/opt/intel/sgxsdk/environment'" | tee -a "$HOME/.bashrc" "$HOME/.zshrc" > /dev/null
57
}
58
0 commit comments