Page 1 of 1

SSH different shells

Posted: Mon Mar 08, 2021 6:35 am
by nocturnalnerd
Has anyone managed to compile bash or zsh on the nas? Really need a better shell than busybox on SSH.

Re: SSH different shells

Posted: Mon Mar 08, 2021 10:33 am
by orion
You can install Entware (provided by father.mande) from AppCentral. Then you can install other shells, ex: bash.

Code: Select all

opkg install bash

Re: SSH different shells

Posted: Fri Mar 26, 2021 11:03 am
by nocturnalnerd
orion wrote:You can install Entware (provided by father.mande) from AppCentral. Then you can install other shells, ex: bash.

Code: Select all

opkg install bash
Dude thank you so much. Not only did this make using ssh easier it showed me that a package manager exists. I can use vim again :D