From 3722b13ecb892bf5bc406a37ccbbf568bef2f2a7 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Wed, 17 Apr 2024 03:45:03 +0100 Subject: [PATCH] chore: add curl to debian/control Depends: --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 3fcac83..19735a6 100644 --- a/debian/control +++ b/debian/control @@ -14,6 +14,7 @@ Package: quickemu Architecture: all Depends: coreutils, + curl, genisoimage, jq, procps,