1
0

ajout support sudo

This commit is contained in:
unfr 2025-05-14 19:47:28 +02:00
parent fa2bae7506
commit c2d818e32d

View File

@ -50,7 +50,7 @@ if [ ! -d "$BIN_DIR" ]; then
fi fi
LISTE_APPLIS=() LISTE_APPLIS=()
LISTE_APPLIS+=("curl basename php") LISTE_APPLIS+=("curl basename php screen")
# Vérifier et installer mediainfo si manquant # Vérifier et installer mediainfo si manquant
if command -v mediainfo > /dev/null 2>&1; then if command -v mediainfo > /dev/null 2>&1; then