v3-revamp-fedora
This commit is contained in:
@@ -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}"
|
||||
|
||||
@@ -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}"
|
||||
|
||||
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user