Skip to content
Snippets Groups Projects
Commit 81673ab5 authored by Anh's avatar Anh
Browse files

https -> http

parent 06a49a3b
No related branches found
No related tags found
1 merge request!8Resolve "https -> http changes to pages"
Pipeline #18644 passed
......@@ -89,7 +89,7 @@ function install_files()
fi
fi
echo "Installing $path/$file..."
curl --fail -s -o $path/$file https://opensrc.pages.zephyr-software.com/turbo/$file
curl --fail -s -o $path/$file http://opensrc.pages.zephyr-software.com/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