add_headers

This commit is contained in:
Milan Meduna 2020-04-28 10:50:43 +02:00
parent 494d4bfe77
commit 2a88d2389e
1 changed files with 1 additions and 1 deletions

View File

@ -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