diff --git a/setup-usl-mm b/setup-usl-mm index 3335519..2134b59 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 linux51-zfs parted +pacman -S --noconfirm cryptsetup ecryptfs-utils $(pacman -Q linux | tail -n 1 | awk {'print $1'})-zfs parted echo "Loading ZFS kernel module" modprobe zfs