Add dosbox for i386
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
if [ "$DOSEMU" == "dosemu2" ]; then
|
||||
|
||||
if [ "${DOSEMU}" = "Yes" ]; then
|
||||
if [ "${DOSEMUVER}" = "dosemu2" ]; then
|
||||
echo "" >> ${DBP_INFO}
|
||||
echo "DosEmu2 Integration with Mystic" >> ${DBP_INFO}
|
||||
echo "" >> ${DBP_INFO}
|
||||
@@ -7,7 +9,7 @@ echo "" >> ${DBP_INFO}
|
||||
echo "==============================================================================================================" >> ${DBP_INFO}
|
||||
fi
|
||||
|
||||
if [ "$DOSEMU" == "dosemu" ]; then
|
||||
if [ "${DOSEMUVER}" = "dosemu" ]; then
|
||||
echo "" >> ${DBP_INFO}
|
||||
echo "DosEmu Integration with Mystic" >> ${DBP_INFO}
|
||||
echo "" >> ${DBP_INFO}
|
||||
@@ -16,3 +18,4 @@ echo "" >> ${DBP_INFO}
|
||||
echo "==============================================================================================================" >> ${DBP_INFO}
|
||||
fi
|
||||
|
||||
fi
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
if [ "$DOSEMU" == "dosemu2" ]; then
|
||||
if [ "${DOSEMU}" = "Yes" ]; then
|
||||
if [ "${DOSEMUVER}" = "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,11 +12,11 @@ msg_ok "Installing DosEmu2 Dependencies for ${APP}"
|
||||
|
||||
fi
|
||||
|
||||
if [ "$DOSEMU" == "dosemu" ]; then
|
||||
if [ "${DOSEMUVER}" = "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
|
||||
echo "deb http://deb.freexian.com/extended-lts stretch contrib" | tee /etc/apt/sources.list.d/dosemu.list &>/dev/null
|
||||
echo "deb http://deb.freexian.com/extended-lts stretch main contrib" | tee /etc/apt/sources.list.d/stretch.list &>/dev/null
|
||||
apt update &>/dev/null
|
||||
apt install -y dosemu &>/dev/null
|
||||
#apt install -y install-otherdos &>/dev/null
|
||||
@@ -24,3 +25,4 @@ msg_ok "Installing DosEmu Dependencies for ${APP}"
|
||||
|
||||
fi
|
||||
|
||||
fi
|
||||
Reference in New Issue
Block a user