Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

download.sh doesn't work on default bash on mac #53

Closed
dseddah opened this issue Mar 2, 2023 · 12 comments
Closed

download.sh doesn't work on default bash on mac #53

dseddah opened this issue Mar 2, 2023 · 12 comments

Comments

@dseddah
Copy link

dseddah commented Mar 2, 2023

Hi everyone,
I've noticed that the downloading script doesn't work as it on mac. (the declare -A option is not recognized by the default bash)

fix:
install bash with homebrew
and use it to call the script
/opt/homebrew/bin/bash ./download.sh

Thanks for making this available btw :)

@HaoBytes
Copy link

HaoBytes commented Mar 2, 2023

Thanks!! Just met the same problem on mac. Really helpful!

@talhaanwarch
Copy link

talhaanwarch commented Mar 2, 2023

Thanks in Ubuntu i also have to tried

sudo /bin/bash download.sh

@ergosumdre
Copy link

Nice! This works. Thank you!

@bgarzonm
Copy link

bgarzonm commented Mar 2, 2023

Someone knows how to solve the same problem but in windows?

@byildiz
Copy link

byildiz commented Mar 2, 2023

/opt/homebrew/bin/bash ./download.sh didn't worked for me because homebrew doesn't use /opt/homebrew directory anymore. You can use brew --prefix bash to find the location once you install the bash with brew install bash and you can run the download script with `brew --prefix bash`/bin/bash ./download.sh.

@tekspirit
Copy link

all on a Mac M1, you might enjoy this video from a AI professor for getting things running on a mac: https://www.youtube.com/watch?v=VEDy-c5Sk8Y

@tekspirit
Copy link

tekspirit commented Mar 3, 2023

from another discussion, using mac and bash to download everything, use this one:
#41 (comment)
Thanks to @ramithut for this

@aris992-git
Copy link

aris992-git commented Mar 6, 2023

@bgarzonm >

hello, have you solved the problem in windows, I also met ERROR 403: Forbidden.

@mpskex
Copy link

mpskex commented Mar 8, 2023

Here is a python script may help you
#41 (comment)

@erbolle
Copy link

erbolle commented Apr 14, 2023

io da windows non trovo il link da mettere su download.sh

@AvisP
Copy link

AvisP commented Jul 20, 2023

Still getting this error on mac M1

Resolving urldefense.com (urldefense.com)... 52.6.56.188, 52.204.90.22, 52.71.28.102
Connecting to urldefense.com (urldefense.com)|52.6.56.188|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: /jerror [following]
--2023-07-20 12:31:55--  https://urldefense.com/jerror
Reusing existing connection to urldefense.com:443.
HTTP request sent, awaiting response... 400 Bad Request
2023-07-20 12:31:55 ERROR 400: Bad Request.

I tried what was mentioned in these two comments specifically #53 (comment) #53 (comment)... Any advise?

@lmarcon
Copy link
Contributor

lmarcon commented Sep 5, 2023

Thanks for sharing, @dseddah. Since this is not an issue but a comment, closing to avoid cluttering.

@lmarcon lmarcon closed this as completed Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests