From 4f2917fe23afccd32798aa51c8052ede11e706cb Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 6 May 2022 19:51:38 +0000 Subject: [PATCH] Update install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index a7ce3e7..a041766 100644 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ # Load kernel modules -modprobe dm-crypt -modprobe dm-mod +sudo modprobe dm-crypt +sudo modprobe dm-mod # Detect and list the drives. lsblk -f