This commit is contained in:
Milan Meduna 2022-01-28 15:31:59 +01:00
parent 839ea82528
commit 3942645387
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,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