From 41dc9242f849374b7ea80d0179fb87c6d6f83edc Mon Sep 17 00:00:00 2001 From: Yuri Kuit Date: Mon, 6 Jul 2026 19:31:41 +0200 Subject: [PATCH] v3-revamp-fedora --- fedora/fedora.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/fedora/fedora.sh b/fedora/fedora.sh index 7a50b6b..4da8991 100755 --- a/fedora/fedora.sh +++ b/fedora/fedora.sh @@ -1,6 +1,7 @@ #!/bin/bash set -euo pipefail + # Map the exported variables to your local names with fallbacks to satisfy set -u OS="${DETECTED_OS:-fedora}" DE="${SELECTED_DE:-none}"