From 570d355f1fe8503da43525e95bb0a55f088a0dbd Mon Sep 17 00:00:00 2001 From: Lukas Greve Date: Sun, 15 Feb 2026 19:28:58 +0100 Subject: [PATCH] target Fedora-Everything ISO --- scripts/deploy-distro.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy-distro.sh b/scripts/deploy-distro.sh index cefea84..5ab5906 100755 --- a/scripts/deploy-distro.sh +++ b/scripts/deploy-distro.sh @@ -12,7 +12,7 @@ find_fedora_iso() { # Check if directory exists if [ -d "$iso_dir" ]; then # Find the first Fedora-Everything*.iso file - fedora_iso=$(find "$iso_dir" -maxdepth 1 -name "Fedora-Server*.iso" -type f | head -n 1) + fedora_iso=$(find "$iso_dir" -maxdepth 1 -name "Fedora-Everything*.iso" -type f | head -n 1) # If found, return the full path if [ -n "$fedora_iso" ] && [ -f "$fedora_iso" ]; then