move to Fedora Everything

This commit is contained in:
Lukas Greve
2026-02-14 17:46:44 +01:00
parent fdae77ef23
commit 2e6b0d8498
+1 -1
View File
@@ -11,7 +11,7 @@ find_fedora_iso() {
# Check if directory exists # Check if directory exists
if [ -d "$iso_dir" ]; then 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) fedora_iso=$(find "$iso_dir" -maxdepth 1 -name "Fedora-Server*.iso" -type f | head -n 1)
# If found, return the full path # If found, return the full path