From ab8184d95549d4e51fe1b117560eebcc4d53b280 Mon Sep 17 00:00:00 2001 From: Xircon Date: Sat, 21 Feb 2026 00:24:28 -0500 Subject: [PATCH] Setup to be run in a Docker Container --- makeiso.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makeiso.sh b/makeiso.sh index e0366a2..e5283fb 100755 --- a/makeiso.sh +++ b/makeiso.sh @@ -1,6 +1,6 @@ echo Installing Dependancies -sudo pacman -Sy python3 python-pytest pkgconf git sequoia-sq archiso micro grub base-devel +sudo pacman -Sy --noconfirm python3 python-pytest pkgconf git sequoia-sq archiso micro grub base-devel echo Adding Keys