Skip to content
Snippets Groups Projects
Commit 5b4592d7 authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

changed to https for curl

parent fbbe22ed
No related branches found
No related tags found
No related merge requests found
Pipeline #5865 passed
......@@ -89,7 +89,7 @@ function install_files()
fi
fi
echo "Installing $path/$file..."
curl --fail -s -o $path/$file http://allzp.zephyr-software.io/turbo/$file
curl --fail -s -o $path/$file https://allzp.zephyr-software.io/turbo/$file
chmod $perms $path/$file
local curl_res=$?
if [[ $curl_res -ne 0 ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment