From 90245ee2d62ccd976c844a1f18da215b0d2259c4 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Sat, 11 May 2024 08:09:45 +0200 Subject: [PATCH] add more infos for the install --- install-next.sh | 6 ++++++ install.sh | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/install-next.sh b/install-next.sh index 2907139..957ae30 100644 --- a/install-next.sh +++ b/install-next.sh @@ -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} diff --git a/install.sh b/install.sh index 4e35282..a2998da 100644 --- a/install.sh +++ b/install.sh @@ -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}