I am writing a script that download this software, then install and run it on linux system.
Issue is when I do wget
to download, my download doesn't initiate, it halts showing below line, because software web portal waiting user to accept license terms&conditions:
Connecting to software.intel.com
I can download this software from my windows system, since I can accept license agreement by clicking accept button. But how do I download this software and accept license agreement from my linux system in script?
Do I need to pass any parameter in wget command?