blob: c42378f8d903b37aec6ef17e4b9ea386c29e573b (
plain)
1
2
3
4
5
6
|
post_install () {
echo "You probably want to enable the MiSTer service then reboot:"
echo " systemctl enable MiSTer"
echo "You should also populate /media/fat with cores:"
echo " sudo git clone https://github.com/MiSTer-devel/Distribution_MiSTer.git /media/fat --depth=1"
}
|