From c46d38f7854e70df0e899771dc72846c71500068 Mon Sep 17 00:00:00 2001 From: Michel Le Cocq Date: Wed, 24 Jun 2020 08:30:05 +0200 Subject: [PATCH] --- encrypt-swap-Ubuntu-20.04.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/encrypt-swap-Ubuntu-20.04.md b/encrypt-swap-Ubuntu-20.04.md index 9e4827e..c35b037 100644 --- a/encrypt-swap-Ubuntu-20.04.md +++ b/encrypt-swap-Ubuntu-20.04.md @@ -5,7 +5,7 @@ * all command bellow are run has root * install ecryptfs -~~~{properties} +~~~{sh} install apt-get install ecryptfs-utils ~~~