Created setup script for fprintd

This commit is contained in:
Maddox Werts 2025-09-05 11:27:43 -04:00
parent e8911c0f97
commit dc78a8f5d9

View file

@ -188,6 +188,10 @@ install_flat() {
$FLH_INSTALL flathub org.vinegarhq.Sober $FLH_INSTALL flathub org.vinegarhq.Sober
$FLH_INSTALL flathub org.libretro.RetroArch $FLH_INSTALL flathub org.libretro.RetroArch
} }
setup_fprintd() {
sudo rm -f /etc/pam.d/system-auth
sudo wget $HOME_SERVER/Configs/fprintd.conf -O /etc/pam.d/system-auth
}
# Entry Point # Entry Point
main() { main() {
@ -207,6 +211,7 @@ main() {
install_pacman install_pacman
install_aur install_aur
install_flat install_flat
setup_fprintd
# Enabling Daemons # # Enabling Daemons #
sudo systemctl enable --now libvirtd sudo systemctl enable --now libvirtd