From be2235ac3adf55bb2f340e388b81216bb4f238cf Mon Sep 17 00:00:00 2001 From: Yuri Kuit Date: Mon, 6 Jul 2026 19:24:58 +0200 Subject: [PATCH] v3-revamp-fedora --- fedora/fedora-full.sh | 3 --- fedora/fedora-minimal.sh | 3 --- fedora/fedora-xfce.sh | 3 --- 3 files changed, 9 deletions(-) diff --git a/fedora/fedora-full.sh b/fedora/fedora-full.sh index 0c60777..b4ce0c6 100755 --- a/fedora/fedora-full.sh +++ b/fedora/fedora-full.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}" diff --git a/fedora/fedora-minimal.sh b/fedora/fedora-minimal.sh index fd5d730..a579616 100755 --- a/fedora/fedora-minimal.sh +++ b/fedora/fedora-minimal.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}" diff --git a/fedora/fedora-xfce.sh b/fedora/fedora-xfce.sh index 437cbdd..5667cda 100755 --- a/fedora/fedora-xfce.sh +++ b/fedora/fedora-xfce.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:-xfce}"