- Ajout de la mise à jour automatique du script (fix)
This commit is contained in:
parent
1ed7cf6845
commit
754ed75e20
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue