Small updates

This commit is contained in:
KK
2026-06-24 00:10:05 +02:00
parent a7f6f8a3e0
commit fa6cf37c92
5 changed files with 32 additions and 2 deletions

View File

@@ -12,6 +12,8 @@ base_packages=(
amd-ucode # AMD CPU microcode updates loaded by the boot loader
sudo # Run commands as root from the user account
git # Version control and cloning dotfiles
which
base-devel
)
pacstrap -K /mnt "${base_packages[@]}"