- Ajout de la mise à jour automatique du script (fix)

This commit is contained in:
Frogg 2026-05-12 14:54:40 +02:00
parent 1ed7cf6845
commit 754ed75e20
2 changed files with 1 additions and 3 deletions

View File

@ -5,7 +5,6 @@ WELCOME_SCRIPT_PATH="$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd)"
#region INCLUDES
. "${WELCOME_SCRIPT_PATH}/config/config_colors.sh"
#. "${WELCOME_SCRIPT_PATH}/inc/vars.sh"
. "${WELCOME_SCRIPT_PATH}/func/common.sh"
. "${WELCOME_SCRIPT_PATH}/func/message_display.sh"
. "${WELCOME_SCRIPT_PATH}/func/system_info.sh"

View File

@ -4,9 +4,8 @@ WELCOME_SCRIPT_PATH="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." &>/dev/null && pwd
#region INCLUDES
. "${WELCOME_SCRIPT_PATH}/config/config_colors.sh"
#. "${WELCOME_SCRIPT_PATH}/inc/vars.sh"
. "${WELCOME_SCRIPT_PATH}/func/common.sh"
. "${WELCOME_SCRIPT_PATH}/func/message_display.sh"
. "${WELCOME_SCRIPT_PATH}/func/message.sh"
. "${WELCOME_SCRIPT_PATH}/func/git.sh"
#endregion