I was recently playing around with the ScripterX plugin and realized BASH wasn't installed on my Asustor 5304, it uses SH as it's default shell interpreter. Here are the steps I followed to install BASH and get it working with ScripterX /bin/bash selected as the in ScripterX interpreter: 1. Install Entware 1.0 from Asustor App Central 2. From SSH console session to the NAS: opkg update && opkg upgrade opkg install bash 3.cd /opt/bin sudo cp ./bash /bin/ Note tha