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