bharadwaj-raju / TextSuggest

MOVED: https://gitlab.com/bharadwaj-raju/TextSuggest
https://gitlab.com/bharadwaj-raju/TextSuggest
GNU General Public License v3.0
241 stars 20 forks source link

Error in install.sh script - cannot install on ubuntu 16.04 #29

Closed michalzubkowicz closed 8 years ago

michalzubkowicz commented 8 years ago

Verifying dependencies... install.sh: 43: install.sh: Syntax error: "(" unexpected dpkg: error processing archive textsuggest-git.deb (--install): subprocess new pre-installation script returned error exit status 2 Errors were encountered while processing: textsuggest-git.de

bharadwaj-raju commented 8 years ago

I see, Debian runs it through the old and basic dash shell. It lacks things such as an array (which is exactly the syntax error).

I have now specified it to run through bash. Should be fixed now!

michalzubkowicz commented 8 years ago

thx. Documentation need also to be updated ;)

"sudo sh install.sh."

bharadwaj-raju commented 8 years ago

Documentation updated.