From 2e6b0d84983024ed69a44883b05fab39312ddedd Mon Sep 17 00:00:00 2001 From: Lukas Greve Date: Sat, 14 Feb 2026 17:46:44 +0100 Subject: [PATCH] move to Fedora Everything --- 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 928fb4d..cefea84 100755 --- a/scripts/deploy-distro.sh +++ b/scripts/deploy-distro.sh @@ -11,7 +11,7 @@ find_fedora_iso() { # Check if directory exists if [ -d "$iso_dir" ]; then - # Find the first Fedora-Server*.iso file + # Find the first Fedora-Everything*.iso file fedora_iso=$(find "$iso_dir" -maxdepth 1 -name "Fedora-Server*.iso" -type f | head -n 1) # If found, return the full path