From b0c50f33232e105db533c9d9e3b492e21931223d Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Sat, 21 Oct 2023 01:25:22 +0200 Subject: [PATCH] refactor(os): Get ZFS modules installed before we need them (#3) --- setup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index acc9d95..57aa8b5 100644 --- a/setup.sh +++ b/setup.sh @@ -623,7 +623,8 @@ function install_os_in_chroot () { add_motd_getting_started_msg #2.6 get_aur_helper #2.7 paru_install --replace-conflicting 'paru-bin' - paru_install 'zfs-dkms' 'zfs-utils' 'rsync' + paru_install 'zfs-dkms' + paru_install 'zfs-utils' 'rsync' hwclock --systohc mkinitcpio -P