From 4dc5a46cbb934611b8aa101694fab6de35e8685f Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Wed, 20 Sep 2023 17:29:16 +0200 Subject: [PATCH] Makefile.am: mumble-vm.img: remove sudo Copying an image from Guix should not require sudo, and make isn't supposed to bypass permissions anyway. Signed-off-by: Denis 'GNUtoo' Carikli --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index b0d2e98..cae800b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -67,7 +67,7 @@ IMAGE_SOURCE = \ wireguard-post-up.sh mumble-vm.img: $(IMAGE_SOURCE) - sudo install \ + install \ `guix system image \ --image-type=mbr-raw \ --image-size=6G mumble-vm-system.scm` \