Skip to content

Commit

Permalink
fix: copied instructions from copr repo
Browse files Browse the repository at this point in the history
  • Loading branch information
apoordev committed Dec 18, 2024
1 parent 54308ff commit 584bfb1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build_files/base/05-override-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,12 @@ rpm-ostree override replace \
rm /etc/yum.repos.d/_copr_sentry-switcheroo-control_discrete.repo

# Validity fingerprint sensor driver
rpm-ostree override replace \
rpm-ostree override remove fprintd fprintd-pam \
--experimental \
--from repo=copr:copr.fedorainfracloud.org:sneexy:python-validity \
python3-validity
--install open-fprintd --install fprintd-clients --install fprintd-clients-pam --install python3-validity

rm /etc/yum.repos.d/_copr_sneexy-python-validity.repo

# 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"
Expand Down

0 comments on commit 584bfb1

Please sign in to comment.