mindedsecurity / shhlack

Slack message encryptor/decryptor for desktop app and browser
Apache License 2.0
171 stars 21 forks source link

Shhlack does not installs from standalone script - Linux, Kubuntu #15

Open slstefanov opened 5 years ago

slstefanov commented 5 years ago

When start patch-slack.sh I receive an error : Command not found. How to fix this?

danskky commented 5 years ago

You probably have to cd into the directory and sudo chmod +x patch-slack.sh then it should work.

citizenkepler commented 5 years ago

I just tested this on Shhlack for Linux (running gentoo) and the patch script works. Can you ensure that you invoked the script with a ./patch-slack.sh and the script is executable (chmod +x patch-slack.sh)

Can you update us and let us know if this resolves your issue?