Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
# select folder location where the agent will be downloaded
export HTTPS_AGENT_HOME=/u01/fdinstallersoftware
mkdir -p $HTTPS_AGENT_HOME
cd $HTTPS_AGENT_HOME
wget https://flexagon.com/downloads/httpsagent

...