Update package list

This commit is contained in:
c0de 2022-12-15 23:08:24 -06:00
parent f8b5d82ac5
commit 97c08b197c
1 changed files with 3 additions and 2 deletions

View File

@ -4,8 +4,9 @@ set -eux
pacman-key --init
# Install the system
pacstrap -K /mnt base linux linux-firmware rng-tools grub parted sudo \
openssh ufw git vim cloud-utils python-pip nomad nomad-driver-nspawn
pacstrap -K /mnt base linux linux-firmware rng-tools grub parted \
sudo openssh ufw cloud-utils nomad nomad-driver-nspawn \
git vim htop bmon
# Clear the cache
arch-chroot /mnt pacman -Scc --noconfirm