Created setup script for fprintd
This commit is contained in:
parent
e8911c0f97
commit
dc78a8f5d9
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue