From 08ec152b7f0a15b24e189d1e0b85f3398906f033 Mon Sep 17 00:00:00 2001 From: sergio Date: Sat, 23 May 2026 03:23:41 +0000 Subject: [PATCH] =?UTF-8?q?fix(install-arje):=20pam-devel=20en=20la=20list?= =?UTF-8?q?a=20de=20dev-libs=20(brahman-auth=20=E2=86=92=20pam-sys)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 --- scripts/install-arje-as-init.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install-arje-as-init.sh b/scripts/install-arje-as-init.sh index 25047c8..bba179a 100755 --- a/scripts/install-arje-as-init.sh +++ b/scripts/install-arje-as-init.sh @@ -98,9 +98,9 @@ else echo " Probablemente faltan dev-libs en Fedora. Instalá y reintentá:" >&2 echo " dnf install -y mesa-libGL-devel mesa-libgbm-devel libdrm-devel \\" >&2 echo " libxkbcommon-devel wayland-devel libinput-devel systemd-devel \\" >&2 - echo " libseat-devel clang-devel pkgconf-pkg-config" >&2 + echo " libseat-devel clang-devel pkgconf-pkg-config pam-devel" >&2 echo " (clang-devel es para libclang.so que necesitan los bindgen de" >&2 - echo " libinput-sys/wayland-sys)." >&2 + echo " libinput-sys/wayland-sys; pam-devel para brahman-auth)." >&2 fi BIN_DIR="$REPO_DIR/target/$TARGET/release" EX_DIR="$BIN_DIR/examples"