Added CAC Drivers
This commit is contained in:
parent
e2ef623316
commit
e75d88342a
1 changed files with 4 additions and 0 deletions
|
|
@ -139,6 +139,9 @@ install_pacman() {
|
||||||
$SYS_INSTALL sof-firmware fprintd
|
$SYS_INSTALL sof-firmware fprintd
|
||||||
$SYS_INSTALL hunspell-en_us noto-fonts-emoji
|
$SYS_INSTALL hunspell-en_us noto-fonts-emoji
|
||||||
|
|
||||||
|
# Authentication
|
||||||
|
$SYS_INSTALL ccid opensc pcsc-tools
|
||||||
|
|
||||||
# Virtualization
|
# Virtualization
|
||||||
$SYS_INSTALL virt-manager qemu-desktop spice-vdagent swtpm
|
$SYS_INSTALL virt-manager qemu-desktop spice-vdagent swtpm
|
||||||
$SYS_INSTALL docker docker-buildx
|
$SYS_INSTALL docker docker-buildx
|
||||||
|
|
@ -217,6 +220,7 @@ main() {
|
||||||
sudo systemctl enable --now libvirtd
|
sudo systemctl enable --now libvirtd
|
||||||
sudo systemctl enable --now docker
|
sudo systemctl enable --now docker
|
||||||
sudo systemctl enable --now power-profiles-daemon
|
sudo systemctl enable --now power-profiles-daemon
|
||||||
|
sudo systemctl enable --now pcscd.socket
|
||||||
|
|
||||||
# Applying Permissions #
|
# Applying Permissions #
|
||||||
sudo usermod -aG docker $USER
|
sudo usermod -aG docker $USER
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue