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

Mac Installation Error #6

Closed
mgifford opened this issue Sep 4, 2020 · 2 comments
Closed

Mac Installation Error #6

mgifford opened this issue Sep 4, 2020 · 2 comments

Comments

@mgifford
Copy link

mgifford commented Sep 4, 2020

After cloning the repo I get this:

$ chmod +x mac-installer.sh 
$ bash mac-installer.sh 
: command not foundine 2: 
mac-installer.sh: line 49: syntax error: unexpected end of file

Ended up running:

$ dos2unix mac-installer.sh 
dos2unix: converting file mac-installer.sh to Unix format...

And it's working fine now.

@mgifford
Copy link
Author

mgifford commented Sep 4, 2020

Had to do this here too

 $ bash run.sh 
: command not found
'un.sh: line 29: syntax error near unexpected token `do
'un.sh: line 29: `do
$ dos2unix run.sh 

Runs fine now.

@mgifford
Copy link
Author

I think this can be closed now.

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

1 participant