This commit is contained in:
Milan Meduna 2022-01-28 15:32:27 +01:00
parent 6c111338a6
commit 75202bfe29
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ lsblk
read -p "Enter partition to encrypt:" PARTITION
echo "Installing requirements"
apt install cryptsetup ecryptfs-utils zfsutils-linux -y
apt install cryptsetup ecryptfs-utils zfsutils-linux lzop -y
echo "Setting timezone to Prague"
timedatectl set-timezone Europe/Prague