Ubuntu 22.04, bash, quick set up: Error comes at executing 2.B. which ends up completely failing. Relevant code error is below:
++ downloading test file: wget linux_ubuntu_16_64/afni ...
--2023-07-12 16:47:26-- https://afni.nimh.nih.gov/pub/dist/bin/linux_ubuntu_16_64/afni
Resolving afni.nimh.nih.gov (afni.nimh.nih.gov)... 2607:f220:419:4103::114, 156.40.187.114
Connecting to afni.nimh.nih.gov (afni.nimh.nih.gov)|2607:f220:419:4103::114|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2023-07-12 16:47:26 ERROR 403: Forbidden.
** failed to download test file
It appears to me to be some sort of permissions with accessing https://afni.nimh.nih.gov/pub/dist/bin/linux_ubuntu_16_64/afni. If I put that in my chrome browser, I similarly just get "You don't have permission to access /pub/dist/bin/linux_ubuntu_16_64/afni on this server."
How can I get around this to complete installation? I have installed this in the past without this issue on an Ubuntu 22.04, so I feel a bit confused.
Thanks!