You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I modified the curl -sL https://deb.nodesource.com/setup | sudo bash - line to curl -k https://deb.nodesource.com/setup | sudo bash - to pass our company proxy.
I also received the "trusty" is not supported message, so I changed to curl -k https://deb.nodesource.com/setup | sudo -E bash -. However, my issue is not the -E but the fact that the setup script doesn't copy my -k parameter.
Wouldn't it be better if the the curl line in setup used to check the eligibility would copy all parameters from the initial curl? (no clue if it's possible... but atm I'm stuck :)
The text was updated successfully, but these errors were encountered:
Hi,
I modified the
curl -sL https://deb.nodesource.com/setup | sudo bash -
line tocurl -k https://deb.nodesource.com/setup | sudo bash -
to pass our company proxy.I also received the "trusty" is not supported message, so I changed to
curl -k https://deb.nodesource.com/setup | sudo -E bash -
. However, my issue is not the -E but the fact that the setup script doesn't copy my -k parameter.Wouldn't it be better if the the curl line in setup used to check the eligibility would copy all parameters from the initial curl? (no clue if it's possible... but atm I'm stuck :)
The text was updated successfully, but these errors were encountered: