purple-hats icon indicating copy to clipboard operation
purple-hats copied to clipboard

Mac Installation Error

Open mgifford opened this issue 3 years ago • 1 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.

mgifford avatar Sep 04 '20 13:09 mgifford