pactrap -K

main
The_miro 2025-11-29 15:24:59 +01:00
parent daa8490601
commit 7594ae1e91
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ read -rp "Enable FIDO2 authentication for user login? (YES/NO): " FIDO_USER
############################################ ############################################
# BASE INSTALL # BASE INSTALL
############################################ ############################################
pacstrap /mnt base "$KERNEL" linux-firmware vim bash zsh git less btop fastfetch \ pacstrap -K /mnt base "$KERNEL" linux-firmware vim bash zsh git less btop fastfetch \
networkmanager grub cryptsetup libfido2 pam-u2f efibootmgr sudo $GPU_PKGS networkmanager grub cryptsetup libfido2 pam-u2f efibootmgr sudo $GPU_PKGS
############################################ ############################################