Update package list
This commit is contained in:
parent
f8b5d82ac5
commit
97c08b197c
@ -4,8 +4,9 @@ set -eux
|
|||||||
pacman-key --init
|
pacman-key --init
|
||||||
|
|
||||||
# Install the system
|
# Install the system
|
||||||
pacstrap -K /mnt base linux linux-firmware rng-tools grub parted sudo \
|
pacstrap -K /mnt base linux linux-firmware rng-tools grub parted \
|
||||||
openssh ufw git vim cloud-utils python-pip nomad nomad-driver-nspawn
|
sudo openssh ufw cloud-utils nomad nomad-driver-nspawn \
|
||||||
|
git vim htop bmon
|
||||||
|
|
||||||
# Clear the cache
|
# Clear the cache
|
||||||
arch-chroot /mnt pacman -Scc --noconfirm
|
arch-chroot /mnt pacman -Scc --noconfirm
|
||||||
|
Loading…
Reference in New Issue
Block a user