You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 26, 2024. It is now read-only.
if gtk_question "The script found a config file at ${DEFAULT_CONFIG_PATH}. Should the script overwrite the existing config?";then
999
1005
if [ -d"${HOME/.config/Logos_on_Linux}" ];then
1000
1006
createConfig;
1001
1007
else
1002
-
echo"${HOME}/.config/Logos_on_Linux does not exist. Failed to create config file.";
1003
-
gtk_continue_question "${HOME}/.config/Logos_on_Linux does not exist. Failed to create config file."
1008
+
logos_warn "${HOME}/.config/Logos_on_Linux does not exist. Failed to create config file."
1004
1009
fi
1005
1010
fi
1006
1011
else
1007
1012
# Script was run with a config file. Skip modifying the config.
1008
1013
:
1009
1014
fi
1010
1015
1011
-
ifgtk_question"A launch script has been placed in ${INSTALLDIR} for your use. The script's name is ${FLPRODUCT}.sh.\n\nDo you want to run it now?\n\nNOTE: There may be an error on first execution. You can close the error dialog.";then
1016
+
iflogos_info"A launch script has been placed in ${INSTALLDIR} for your use. The script's name is ${FLPRODUCT}.sh.\n\nDo you want to run it now?\n\nNOTE: There may be an error on first execution. You can close the error dialog.";then
1012
1017
"${INSTALLDIR}"/"${FLPRODUCT}".sh
1013
1018
elseecho"The script has finished. Exiting…";
1014
1019
fi
1015
1020
else
1016
-
echo"Installation failed. ${LOGOS_EXE} not found. Exiting…"
1017
-
logos_error "The ${FLPRODUCT} executable was not found. This means something went wrong while installing ${FLPRODUCT}. Please contact the Logos on Linux community for help."
1021
+
logos_error "Installation failed. ${LOGOS_EXE} not found. Exiting…\n\nThe ${FLPRODUCT} executable was not found. This means something went wrong while installing ${FLPRODUCT}. Please contact the Logos on Linux community for help."
0 commit comments