Changed curl to wget#272
Conversation
I belive that wget is more commonly installed on later distributions so it makes sense to use wget in the commands to install.
|
@yooakim Thanks for the feedback. When you went through the steps, did you have to install curl? I usually use Azure Ubuntu machines for testing, and curl seems to already be on those images. Thanks! |
|
Sorry for sluggish response, Yes @rothja - I had to install CURL on the new versions of the Desktop versions |
|
@yooakim Thanks. And no problem on the delayed response. I've been out of the office for over a week. Thanks for confirming. Let me run a test and, if wget requires no additional installation, I'll change the instructions. Appreciate the tip. |
|
@yooakim I verified your commands worked. I also ran it by engineering. They looked at curl and found that it is installed by default by server installations but not by standard ones. Since wget is installed with both, your recommendation is a good one. I'm approving your change here. Thanks! #sign-off |
|
#sign-off |
I belive that wget is more commonly installed on later distributions so it makes sense to use wget in the commands to install.