Skip to content

Commit 35315f0

Browse files
authored
Update install-sgx.sh
1 parent 56a511d commit 35315f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install-sgx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ install_sdk(){
5252

5353
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"
5454
chmod +x ./sgx_linux_x64_sdk_*.bin
55-
(echo no; echo /opt/intel/) | ./sgx_linux_x64_sdk_2.13.100.4.bin
55+
(echo no; echo /opt/intel/) | ./sgx_linux_x64_sdk_2.17.101.1.bin
5656
echo "source '/opt/intel/sgxsdk/environment'" | tee -a "$HOME/.bashrc" "$HOME/.zshrc" > /dev/null
5757
}
5858

0 commit comments

Comments
 (0)