From the Desk of Roger C. Clermont
WGet is not a native part of OSX; try curl instead.
Here is a simple workaround using curl. In terminal just copy and paste the following:echo 'alias wget="curl -O"' >> ~/.bash_profilestart a new shell session and you can use wget as usual.
Post a Comment
1 comment:
Here is a simple workaround using curl. In terminal just copy and paste the following:
echo 'alias wget="curl -O"' >> ~/.bash_profile
start a new shell session and you can use wget as usual.
Post a Comment