Skip Navigation

Trouble installing Yunohost via Debian

Wasn't able to create a working iso thumbdrive to install Yunohost, so I installed Debian 11 and am going through the terminal to install.

I am following the instructions here but I run into this error whenever I run the line "curl https://install.yunohost.org | bash":

Your environment PATH variable must contains /sbin directory. Maybe try running 'PATH=/sbin:$PATH' to fix this.

So I run 'PATH=/sbin:$PATH' which results in:

bash: PATH=/sbin:$PATH: No such file or directory

Any help is greatly appreciated! I am quite new to Linux and the terminal so I'm pretty confused as to how to fix this.

EDIT: Lesson learned, I need to be mindful of syntax :D

Run PATH=/sbin:$PATH not 'PATH=/sbin:$PATH'

3
3 comments