Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 8389be5b authored by Robert Nelson's avatar Robert Nelson
Browse files

chroot: sgx: switch to https


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 6c7c8088
Branches
Tags
No related merge requests found
......@@ -1214,7 +1214,7 @@ fi
if [ "x${repo_rcnee_sgx}" = "xenable" ] ; then
sudo mkdir -p "${tempdir}/opt/sgx/"
sudo wget --directory-prefix="${tempdir}/opt/sgx/" http://repos.rcn-ee.net/debian/pool/main/t/ti-sgx-ti33x-ddk-um/ti-sgx-ti33x-ddk-um_1.14.3699939-git20171201.0-0rcnee9~stretch+20190328_armhf.deb
sudo wget --directory-prefix="${tempdir}/opt/sgx/" https://rcn-ee.net/repos/debian/pool/main/t/ti-sgx-ti33x-ddk-um/ti-sgx-ti33x-ddk-um_1.14.3699939-git20171201.0-0rcnee9~stretch+20190328_armhf.deb
wfile="${tempdir}/opt/sgx/status"
sudo sh -c "echo 'not_installed' >> ${wfile}"
fi
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment