add more infos for the install

This commit is contained in:
Mario Fetka 2024-05-11 08:09:45 +02:00
parent fabdcc02fa
commit 90245ee2d6
2 changed files with 12 additions and 0 deletions

View File

@ -244,6 +244,12 @@ source $MSTEMPDIR/mystic/dosemu2/info-${SCRIPT_VER}.sh
#==============================================================================================================
echo "if you want to start some mystic tools become the mystic user first (su - mystic) or" >> ${DBP_INFO}
echo "start the command with sudo -u mystic ./mis ...." >> ${DBP_INFO}
echo "when you switched to the ${MYSTIC_DIR}" >> ${DBP_INFO}
echo "" >> ${DBP_INFO}
echo "==============================================================================================================" >> ${DBP_INFO}
chown mystic:mystic -R ${MYSTIC_DIR} &>/dev/null
cat ${DBP_INFO}

View File

@ -244,6 +244,12 @@ source $MSTEMPDIR/mystic/dosemu2/info-${SCRIPT_VER}.sh
#==============================================================================================================
echo "if you want to start some mystic tools become the mystic user first (su - mystic) or" >> ${DBP_INFO}
echo "start the command with sudo -u mystic ./mis ...." >> ${DBP_INFO}
echo "when you switched to the ${MYSTIC_DIR}" >> ${DBP_INFO}
echo "" >> ${DBP_INFO}
echo "==============================================================================================================" >> ${DBP_INFO}
chown mystic:mystic -R ${MYSTIC_DIR} &>/dev/null
cat ${DBP_INFO}