From 9c597a78ec6e9a92f281f7207b71104e1f55e783 Mon Sep 17 00:00:00 2001 From: Michel Le Cocq Date: Wed, 24 Jun 2020 08:28:53 +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 114a0e4..fb27241 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 -~~~{.console} +~~~console install apt-get install ecryptfs-utils ~~~