1
0

Correction install.sh

This commit is contained in:
unfr 2025-08-13 10:06:33 +02:00
parent a8f301f649
commit 9e13cb5ecc

View File

@ -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 =========