sorry for being a newbie to QNX.
I want to install a bash to QNX 6.2, but dont succeed.
Can anyone give a hint, where to download a package and how to install?
thx and Regards
Mario
sorry for being a newbie to QNX.
I want to install a bash to QNX 6.2, but dont succeed.
Can anyone give a hint, where to download a package and how to install?
thx and Regards
Mario
launch qnx installer, select bash, and click install… easy as pie
then once you install you need to point sh to bash so that the terminal loads bash on startup:
cd /bin/
ln -f -s /opt/bin/bash sh
or you can just lauch bash yourself when you startup a terminal, up to you.