From 97c08b197c52ab03f65089967f6e54bba3a10d4d Mon Sep 17 00:00:00 2001 From: c0de Date: Thu, 15 Dec 2022 23:08:24 -0600 Subject: [PATCH] Update package list --- scripts/install_system.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/install_system.sh b/scripts/install_system.sh index 8deee3d..0008a08 100644 --- a/scripts/install_system.sh +++ b/scripts/install_system.sh @@ -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