I am trying to install Transporter programmatically by passing the --accept argument as follows:
wget -O iTMSTransporter_installer_linux_3.2.sh "https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa/ra/resources/download/public/Transporter__Linux/bin"
and then
sudo sh ./iTMSTransporter_installer_linux_3.2.sh --accept y
However it still prompts me to read and then accept the license.
How can I accept the license from the command line?