From 1d7f1160ee86c01cb78d92356a9c69ce21035a28 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Thu, 4 Dec 2025 23:07:55 -0500 Subject: Tweak the setup scripts, installer and some other minor bits. Vulkan package was also renamed, causing issues --- mkiso.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'mkiso.sh') diff --git a/mkiso.sh b/mkiso.sh index b747ff8..7d7e2be 100755 --- a/mkiso.sh +++ b/mkiso.sh @@ -1,5 +1,6 @@ #!/bin/sh set -ex +pacman -Q archiso >/dev/null 2>&1 || pacman -S --needed archiso sudo rm -rf ./work_dir ./out_dir || echo "" cp -f installer/run.sh archiso_config/airootfs/home/live/install.sh sudo mkarchiso -w ./work_dir -o ./out_dir ./archiso_config -- cgit v1.2.3