From 353f57359b2716b19b2f01cb671fbb0a6c550978 Mon Sep 17 00:00:00 2001 From: Tyler McGurrin Date: Sun, 17 Nov 2024 17:27:24 -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