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 <GNUtoo@cyberdimension.org>
This commit is contained in:
Denis 'GNUtoo' Carikli 2023-09-20 17:29:16 +02:00
parent 8b5be47720
commit a25039268f
Signed by: GNUtoo
GPG Key ID: 5F5DFCC14177E263
1 changed files with 1 additions and 1 deletions

View File

@ -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` \