Skip to content

Commit

Permalink
Update install-sgx.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
valdok authored Jan 18, 2024
1 parent 56a511d commit 35315f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install-sgx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ install_sdk(){

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"
chmod +x ./sgx_linux_x64_sdk_*.bin
(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
echo "source '/opt/intel/sgxsdk/environment'" | tee -a "$HOME/.bashrc" "$HOME/.zshrc" > /dev/null
}

Expand Down

0 comments on commit 35315f0

Please sign in to comment.