From 2a88d2389e6d5f5fed3d090a5efcee0e35563957 Mon Sep 17 00:00:00 2001 From: Milan Meduna Date: Tue, 28 Apr 2020 10:50:43 +0200 Subject: [PATCH] add_headers --- setup-usl-mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-usl-mm b/setup-usl-mm index e726a41..09ead53 100755 --- a/setup-usl-mm +++ b/setup-usl-mm @@ -20,7 +20,7 @@ lsblk read -p "Enter partition to encrypt:" PARTITION echo "Installing requirements" -pacman -S --noconfirm cryptsetup ecryptfs-utils $(pacman -Q linux | tail -n 1 | awk {'print $1'})-zfs parted +pacman -S --noconfirm cryptsetup ecryptfs-utils $(pacman -Q linux | tail -n 1 | awk {'print $1'})-zfs $(pacman -Q linux | tail -n 1 | awk {'print $1'})-headers parted echo "Loading ZFS kernel module" modprobe zfs