scopatz / nanorc

Improved Nano Syntax Highlighting Files
Other
3.05k stars 556 forks source link

wget and curl install not working #142

Open nikoz84 opened 7 years ago

nikoz84 commented 7 years ago

Message sh: 3: Syntax error: "(" unexpected

in the install command line wget https://raw.githubusercontent.com/scopatz/nanorc/master/install.sh -O- | sh curl https://raw.githubusercontent.com/scopatz/nanorc/master/install.sh | sh

phureewat29 commented 7 years ago

Me too

scopatz commented 7 years ago

PRs welcome!

shmuelie commented 7 years ago

I found the issues, I should get a PR sometime today

scopatz commented 7 years ago

Sounds good, thanks!

myersg86 commented 7 years ago

I submitted a PR here: https://github.com/scopatz/nanorc/pull/141 that fixes this issue

Pilskalns commented 7 years ago

Still... this is broken.

myersg86 commented 7 years ago

Still an issue. Let me know if I can be of assistance. I understand the problem and have ideas how to fix it. Is this script intended to be run with BASH as the default shell?

scopatz commented 7 years ago

Hi @myersg86 yes, it is intended with Bash. Pull requests welcome. #141 took away too much of the existing infrastructure to be viable.

shmuelie commented 7 years ago

@scopatz and my fix? #143