GovTechSG/purple-a11y

Mac Installation Error

mgifford opened this issue · 2 comments

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.

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.

I think this can be closed now.