finish info install

This commit is contained in:
Mario Fetka
2024-04-20 16:37:34 +02:00
parent d2a810111e
commit b3d54afb73
2 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
if [ $DOSEMU = "Yes" ]; then
echo "" >> ${DBP_INFO}
echo "DosEmu2 Integration with Mystic" >> ${DBP_INFO}
echo "" >> ${DBP_INFO}
echo "For the correct DosEmu2 integration follow the Mystic Doors doc ${MYSTIC_DIR}/docs/unix.install.txt" >> ${DBP_INFO}
echo "" >> ${DBP_INFO}
echo "==============================================================================================================" >> ${DBP_INFO}
fi