File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 3333
3434top_dir=` dirname $0 `
3535out_dir=$top_dir
36- optlib_name=optimized_libs-2.1.tar
37- ae_file_name=prebuilt-ae-2.1.tar
38- server_url_path=https://download.01.org/intel-sgx/linux-2.1/
36+ optlib_name=optimized_libs-2.1.1. tar
37+ ae_file_name=prebuilt-ae-2.1.1. tar
38+ server_url_path=https://download.01.org/intel-sgx/linux-2.1.1 /
3939server_optlib_url=$server_url_path /$optlib_name
4040server_ae_url=$server_url_path /$ae_file_name
4141optlib_sha256=239cae39f87934d56c4eb919a4702c6ac82c19957b9a8d56c02b10eb4e27f573
42- ae_sha256=3dfac14590a74aa860ea88ca9d1e2e112efb300c622e9ea02b3fa4bd69c50b07
42+ ae_sha256=f95589a69a8a8767815fe3bccf32bac5c9709022f9f32ae1a726b1da7955200b
4343rm -rf $out_dir /$optlib_name
4444wget $server_optlib_url -P $out_dir
4545if [ $? -ne 0 ]; then
@@ -66,3 +66,4 @@ if [ $? -ne 0 ]; then
6666fi
6767
6868pushd $out_dir ; tar -xf $optlib_name ; tar -xf $ae_file_name ; rm -f $optlib_name ; rm -f $ae_file_name ; popd
69+
You can’t perform that action at this time.
0 commit comments