diff --git a/install.sh b/install.sh index 73cbc42..6ffb262 100644 --- a/install.sh +++ b/install.sh @@ -50,7 +50,7 @@ if [ ! -d "$BIN_DIR" ]; then fi LISTE_APPLIS=() -LISTE_APPLIS+=("curl basename php") +LISTE_APPLIS+=("curl basename php screen") # Vérifier et installer mediainfo si manquant if command -v mediainfo > /dev/null 2>&1; then