From c2d818e32d427cf1a61a1e277774398fc9488282 Mon Sep 17 00:00:00 2001 From: unfr Date: Wed, 14 May 2025 19:47:28 +0200 Subject: [PATCH] ajout support sudo --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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