puneetsl / lotion

Unofficial Notion.so app for Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"[sudo] ./setup.sh install" returns command not found error

quietmansoath opened this issue · comments

I navigated to where the .sh file downloaded to (/home). I ran [sudo] ./setup.sh install with and without sudo, but keep getting that the command isn't found. Not sure what I'm doing wrong. Can someone help?

same issue :(
image

It is probably because setup.sh is not executable, to fix you should run chmod +x setup.sh beforehand.

It is probably because setup.sh is not executable, to fix you should run chmod +x setup.sh beforehand.

yess u got it right thnx a lot men <3

Also, I'd refrain from using sudo with anything I download from the internet. Although I am the maintainer of this repo but still I'd rather install this locally.