From 37b8b65f5aa1f723c34fb2834c7f9fdc307ba8e3 Mon Sep 17 00:00:00 2001 From: Barrett Williamson Date: Wed, 18 Dec 2024 10:18:14 -0500 Subject: [PATCH] feat: add support for Validity fingerprint sensor --- build_files/base/05-override-install.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build_files/base/05-override-install.sh b/build_files/base/05-override-install.sh index 5ffea6bd0d4..de56c43ad7d 100755 --- a/build_files/base/05-override-install.sh +++ b/build_files/base/05-override-install.sh @@ -34,6 +34,12 @@ rpm-ostree override replace \ rm /etc/yum.repos.d/_copr_sentry-switcheroo-control_discrete.repo +# Validity fingerprint sensor driver +rpm-ostree override replace \ + --experimental \ + --from repo=copr:copr.fedorainfracloud.org:sneexy:python-validity \ + open-fprintd fprintd-clients fprintd-clients-pam python3-validity + # Starship Shell Prompt curl --retry 3 -Lo /tmp/starship.tar.gz "https://github.com/starship/starship/releases/latest/download/starship-x86_64-unknown-linux-gnu.tar.gz" tar -xzf /tmp/starship.tar.gz -C /tmp