From 9e13cb5ecc93b92ac47ca1bb7b0160e31b46330d Mon Sep 17 00:00:00 2001 From: unfr Date: Wed, 13 Aug 2025 10:06:33 +0200 Subject: [PATCH] Correction install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index fd4e5c8..9c4819c 100644 --- a/install.sh +++ b/install.sh @@ -81,7 +81,7 @@ if [ "${#MISSING[@]}" -gt 0 ]; then fi # ========= Packages list check (array usage) ========= -REQUIRED_CMDS=(curl basename php screen) +REQUIRED_CMDS=(curl basename screen) # ========= mediainfo ========= if has_cmd mediainfo; then @@ -235,7 +235,7 @@ xz -d parpar.xz PARPAR_BIN="$(find . -maxdepth 1 -type f -name 'parpar-*' -perm -u+x | head -n1)" [ -n "$PARPAR_BIN" ] || die "parpar introuvable" install_bin "$PARPAR_BIN" "$BIN_DIR/parpar" -popd >/devnull +popd >/dev/null REQUIRED_CMDS+=(parpar) # ========= Téléchargement scripts autopost =========