#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || {
	echo ""
	echo "Glances installed."
	echo ""
	echo "To install and start Glances:"
	echo "  glancesctl install"
	echo "  /etc/init.d/glances start"
	echo ""
	echo "Web interface: http://<router-ip>:61208"
	echo ""
}
exit 0
