Downloading didn't work on my Macbook because my wget is installed in /opt/homebrew/bin instead of the standard linux locations. The sdget.sh script sets PATH to /sbin:/bin:/usr/sbin:/usr/bin. I'm not quite sure why.
When I comment out the line (or add my install dir) downloading works as expected.
Downloading didn't work on my Macbook because my
wget
is installed in/opt/homebrew/bin
instead of the standard linux locations. Thesdget.sh
script setsPATH
to/sbin:/bin:/usr/sbin:/usr/bin
. I'm not quite sure why.When I comment out the line (or add my install dir) downloading works as expected.