#!/bin/ash if busybox --install -s; then echo "Busybox installed." exit 0 fi echo "Busybox install failed." exit 1