From bea8685209e1c24940423f5d463aa7904fedfc13 Mon Sep 17 00:00:00 2001 From: Yuri Kuit Date: Mon, 6 Jul 2026 19:27:52 +0200 Subject: [PATCH] v3-revamp-fedora --- fedora/fedora.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/fedora/fedora.sh b/fedora/fedora.sh index a3a8cb8..7a50b6b 100755 --- a/fedora/fedora.sh +++ b/fedora/fedora.sh @@ -1,9 +1,6 @@ #!/bin/bash set -euo pipefail -# Source parent definitions (adjust path if needed) -source "$(dirname "$0")/../main_script.sh" - # Map the exported variables to your local names with fallbacks to satisfy set -u OS="${DETECTED_OS:-fedora}" DE="${SELECTED_DE:-none}"