Skip to content
Snippets Groups Projects
Commit 740a45e6 authored by Anh Nguyen-Tuong's avatar Anh Nguyen-Tuong
Browse files

Merge branch '22-https-http-changes-to-pages' into 'master'

Resolve "https -> http changes to pages"

Closes #22

See merge request !8
parents 06a49a3b 81673ab5
No related branches found
No related tags found
1 merge request!8Resolve "https -> http changes to pages"
Pipeline #18825 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