#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || {
	echo ""
	echo "============================================"
	echo "  Jellyfin Media Server (LXC) Installed"
	echo "============================================"
	echo ""
	echo "Quick Start:"
	echo "  1. Extract rootfs from Docker image (see README)"
	echo "  2. Install: jellyfinctl install"
	echo "  3. Start:   jellyfinctl start"
	echo ""
	echo "Web UI: http://192.168.255.31:8096"
	echo ""
}
exit 0
