feat(os): Install base-devel and git before we chroot (#3)

This commit is contained in:
hygienic-books 2023-10-20 17:43:46 +02:00
parent 148f930636
commit e9602491df

View File

@ -723,7 +723,7 @@ function main () {
else else
set_ntp #1.1 set_ntp #1.1
update_pacman_db #1.2 update_pacman_db #1.2
install_pkgs 'jq' #1.3 install_pkgs 'base-devel' 'git' 'jq' #1.3
install_zfs #1.4 install_zfs #1.4
setup_zpool #1.4 setup_zpool #1.4
mount_system #1.5 mount_system #1.5