From 84d612ea0204c920eb27fd084e3515adaa0d88f5 Mon Sep 17 00:00:00 2001 From: Taicrafter Date: Tue, 19 May 2026 19:17:44 +0200 Subject: [PATCH] Fixed Permissions for Drive fix --- arch/installers/makemkv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/installers/makemkv.sh b/arch/installers/makemkv.sh index 3b3dd48..56923e0 100644 --- a/arch/installers/makemkv.sh +++ b/arch/installers/makemkv.sh @@ -1,5 +1,5 @@ #!/bin/bash yay -S makemkv echo "Fixing Drive Permissions..." -echo sg > /etc/modules-load.d/sg.conf +sudo echo sg > /etc/modules-load.d/sg.conf sudo modprobe sg \ No newline at end of file