Hi T_K,
Thanks for reaching out! Looking at the error message and download URL, there appears to be an extra "/" that is introduced in the download script. I was able to modify the following file and successfully install the package. Could you please try to make the change and run the ./edgesoftware install command once again and let me know if it works for you?
/opt/intel/eif/EII-UseCaseManager/edge_insights_for_fleet/scripts/download_js.sh
Line #: 12
From: BASE_URL="https://cdnjs.cloudflare.com/ajax/libs/"
To: BASE_URL="https://cdnjs.cloudflare.com/ajax/libs"
Regards,
Jesus
連結已複製
Hi T_K,
Thanks for reaching out! Looking at the error message and download URL, there appears to be an extra "/" that is introduced in the download script. I was able to modify the following file and successfully install the package. Could you please try to make the change and run the ./edgesoftware install command once again and let me know if it works for you?
/opt/intel/eif/EII-UseCaseManager/edge_insights_for_fleet/scripts/download_js.sh
Line #: 12
From: BASE_URL="https://cdnjs.cloudflare.com/ajax/libs/"
To: BASE_URL="https://cdnjs.cloudflare.com/ajax/libs"
Regards,
Jesus
Glad it worked for you! I will pass this information along to the development team. If you need any additional information, please submit a new question as this thread will no longer be monitored.
