Add dosbox for i386

This commit is contained in:
Mario Fetka 2024-05-16 15:48:33 +02:00
parent ffadccaed3
commit 43db2a1ae1
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
if [ "$DOSEMU" = "dosemu2" ]; then
if [ "$DOSEMU" == "dosemu2" ]; then
echo "" >> ${DBP_INFO}
echo "DosEmu2 Integration with Mystic" >> ${DBP_INFO}
echo "" >> ${DBP_INFO}
@ -7,7 +7,7 @@ echo "" >> ${DBP_INFO}
echo "==============================================================================================================" >> ${DBP_INFO}
fi
if [ "$DOSEMU" = "dosemu" ]; then
if [ "$DOSEMU" == "dosemu" ]; then
echo "" >> ${DBP_INFO}
echo "DosEmu Integration with Mystic" >> ${DBP_INFO}
echo "" >> ${DBP_INFO}

View File

@ -1,4 +1,4 @@
if [ "$DOSEMU" = "dosemu2" ]; then
if [ "$DOSEMU" == "dosemu2" ]; then
msg_info "Installing DosEmu2 Dependencies for ${APP}"
pushd $MSTEMPDIR &>/dev/null
curl 'https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x6d9cd73b401a130336ed0a56ebe1b5ded2ad45d6' | tee /etc/apt/trusted.gpg.d/code.launchpad.net-dosemu2.asc &>/dev/null
@ -11,7 +11,7 @@ msg_ok "Installing DosEmu2 Dependencies for ${APP}"
fi
if [ "$DOSEMU" = "dosemu" ]; then
if [ "$DOSEMU" == "dosemu" ]; then
msg_info "Installing DosEmu Dependencies for ${APP}"
pushd $MSTEMPDIR &>/dev/null
curl 'https://deb.freexian.com/extended-lts/archive-key.gpg' | tee /etc/apt/trusted.gpg.d/freexian-archive-extended-lts.gpg &>/dev/null