gusbemacbe / suru-plus-folders

It allows to change the color of folders
MIT License
32 stars 3 forks source link

syntax error on installer #30

Closed VentGrey closed 3 years ago

VentGrey commented 3 years ago

Running the quick install script located in the web page results in an error:

sh: 1: Syntax error: "|" unexpected

trying to replace sh with bash doesn't load the script either.

SmartFinn commented 3 years ago

@gusbemacbe That's happened because of ` symbol in the banner. Replace ` with \` or better with other safe symbols.

gusbemacbe commented 3 years ago

@VentGrey and @SmartFinn, which one of three files?

SmartFinn commented 3 years ago

@gusbemacbe https://github.com/gusbemacbe/suru-plus-folders/blob/main/install.sh#L21

gusbemacbe commented 3 years ago

Done. Please, @VentGrey, test.

VentGrey commented 3 years ago

Everything now works :D