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](https://yunohost.org/en/install/hardware:vps_debian) 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'
Forgive the question, I have an idea of what I want to run on it (jellyfin, sonarr, etc) but I am having a hard time figuring out optimal OS to run.
Windows? Linux? Something else? Any beginner advice is welcome!
Thanks for the input! How did you get started with Yacht? I looked into it a bit and am not 100% sure on how it helps with the homelab setup.