Skip to content

Commit

Permalink
fix: remove validity
Browse files Browse the repository at this point in the history
  • Loading branch information
apoordev committed Dec 18, 2024
1 parent fcc0c26 commit a014763
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions just/bluefin-system.just
Original file line number Diff line number Diff line change
Expand Up @@ -238,14 +238,6 @@ install-nix:
echo "THIS IS EXPERIMENTAL WITH SELINUX"
HOME="/var/home/$USER" curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
install-validity:
echo "This will install the validity fingerprint driver for the T480s/T480"
sudo wget -P /etc/yum.repos.d/ https://copr.fedorainfracloud.org/coprs/sneexy/python-validity/repo/fedora-$(rpm -E %fedora)/sneexy-python-validity-fedora-$(rpm -E %fedora).repo
rpm-ostree override remove fprintd fprintd-pam --experimental --from repo=copr:copr.fedorainfracloud.org:sneexy:python-validity --install open-fprintd --install fprintd-clients --install fprintd-clients-pam --install python3-validity
sudo systemctl start python3-validity.service
sudo systemctl start open-fprintd.service
sudo systemctl enable open-fprintd-resume.service open-fprintd-suspend.service open-fprintd.service python3-validity.service
# Toggle tailscale
[group('System')]
toggle-tailscale:
Expand Down

0 comments on commit a014763

Please sign in to comment.