#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || {
	echo ""
	echo "PicoBrew Server installed."
	echo ""
	echo "To install and start PicoBrew Server:"
	echo "  picobrewctl install"
	echo "  /etc/init.d/picobrew start"
	echo ""
	echo "Web interface: http://<router-ip>:8080"
	echo ""
	echo "Configure your PicoBrew device to connect to this server."
	echo ""
}
exit 0
