From a7f96f54ab568ca6d655bb949e9525a364cd8ad1 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 11 Apr 2021 14:58:16 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 251e3c2..e9d67d2 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ The OSK-SDL parts are inspired by Mobian package https://salsa.debian.org/Debian 9. Install the cryptsetup script and the initramfs-tool hook - ```sudo cp lib/cryptsetup/scripts/decrypt_pkcs /lib/cryptsetup/script/ ``` + ```sudo cp lib/cryptsetup/scripts/decrypt_pkcs /lib/cryptsetup/scripts/ ``` ```sudo cp etc/initramfs-tools/hooks/decrypt_pkcs /etc/initramfs-tools/hooks && sudo chmod +x /etc/initramfs-tools/hooks/decrypt_pkcs ```