SyntaxFix
Write A Post
Hire A Developer
Questions
1) on your mac type
nano /usr/bin/wget
2) paste the following in
#!/bin/bash curl -L $1 -o $2
3) close then make it executable
chmod 777 /usr/bin/wget
That's it.