Added CAC Drivers

This commit is contained in:
Maddox Werts 2025-12-13 12:33:44 -06:00
parent e2ef623316
commit e75d88342a

View file

@ -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