From 0bedda285f9d7a8f78d727612c50480ab03034b2 Mon Sep 17 00:00:00 2001 From: Stefan Auditor Date: Tue, 13 Jun 2023 10:33:53 +0200 Subject: [PATCH] Add command line switch no interaction --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index fa8c8e7..dada541 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -21,7 +21,7 @@ prepare() { build() { cd "${srcdir}/${_pkgname}" - box compile + box compile --no-interaction } package() { -- 2.45.2