Add dosbox for i386

This commit is contained in:
Mario Fetka 2024-05-16 15:28:43 +02:00
parent a23591094f
commit f07c3a31ec
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ source $MSTEMPDIR/mystic/dbp/prompt-${SCRIPT_VER}.sh
# Add Fail2ban | banip
source $MSTEMPDIR/mystic/fail2ban/prompt-${SCRIPT_VER}.sh
# Add Dosemu2
if [ "$DOSEMU" = "yes" ]; then
if [ ! -z "$DOSEMU" ]; then
source $MSTEMPDIR/mystic/dosemu2/prompt-${SCRIPT_VER}.sh
fi