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"