From 3be5cd39bc835e78aafa4e4e18522fb1c129333d Mon Sep 17 00:00:00 2001 From: Michel Le Cocq Date: Wed, 24 Jun 2020 08:31:43 +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 f1b4ac5..48522bb 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 -~~~{r, engine='bash', count_lines} +~~~{bat} install apt-get install ecryptfs-utils ~~~