From 75202bfe297f0b0783f90dd7a7ec483e67eebf14 Mon Sep 17 00:00:00 2001 From: milan Date: Fri, 28 Jan 2022 15:32:27 +0100 Subject: [PATCH] add_lzop --- setup-usl-mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-usl-mm b/setup-usl-mm index ab2b78c..9a95ea2 100755 --- a/setup-usl-mm +++ b/setup-usl-mm @@ -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