Suppression unicode

This commit is contained in:
antoine 2025-12-03 11:50:46 -10:00
parent 3f1d656c5c
commit c596ba1a6f

View File

@ -102,7 +102,7 @@ declare -a packages_queue
get_package_info() { get_package_info() {
local current_package="$1" local current_package="$1"
# Si le lien de téléchargement n'a pas encore été déterminé # Si le lien de téléchargement n'a pas encore été déterminé
if [ -z "${packages_to_download["$current_package"]}" ]; then if [ -z "${packages_to_download["$current_package"]}" ]; then
# Extraire les informations du paquet # Extraire les informations du paquet