jaredallard / notion-app

Notion for Linux
MIT License
136 stars 10 forks source link

Ubuntu install not working #13

Closed LucasDondo closed 1 year ago

LucasDondo commented 3 years ago

(Actually it is ZorinOS Core, not Ubuntu) I followed the given procedure, so I did: sudo apt install 7z pz7ip 7zip p7zip-full dmg2img > I added some packages given the error below. git clone https://github.com/jaredallard/notion-app.git cd notion-app/ sudo ./build.sh [--no-compress] (I also tried sudo ./build.sh) And then, the output is: ERROR: 7z not found (pz7ip?)

SebbyBB commented 3 years ago

There is another version of notion that is installed differently, try this link and see if that works for you. Not a direct fix of this issue, but it worked for me

LucasDondo commented 3 years ago

Yes, I had already tried that one, but as you said, it is not a solution for this issue in this repo. 🤷🏼‍♂️️

jaredallard commented 3 years ago

Sounds like 7z isn't in your PATH

LucasDondo commented 3 years ago

Sounds like 7z isn't in your PATH

Should that be done automatically? Or manually (in which case, the command could be added to the installation instructions)?