From e75d88342ade006039222d33c5b894634c6d3939 Mon Sep 17 00:00:00 2001 From: Maddox Werts Date: Sat, 13 Dec 2025 12:33:44 -0600 Subject: [PATCH] Added CAC Drivers --- Installation/arch.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Installation/arch.sh b/Installation/arch.sh index 67a44d5..1af5116 100644 --- a/Installation/arch.sh +++ b/Installation/arch.sh @@ -139,6 +139,9 @@ install_pacman() { $SYS_INSTALL sof-firmware fprintd $SYS_INSTALL hunspell-en_us noto-fonts-emoji + # Authentication + $SYS_INSTALL ccid opensc pcsc-tools + # Virtualization $SYS_INSTALL virt-manager qemu-desktop spice-vdagent swtpm $SYS_INSTALL docker docker-buildx @@ -217,6 +220,7 @@ main() { sudo systemctl enable --now libvirtd sudo systemctl enable --now docker sudo systemctl enable --now power-profiles-daemon + sudo systemctl enable --now pcscd.socket # Applying Permissions # sudo usermod -aG docker $USER