This commit is contained in:
[yuri]
2025-11-11 15:28:26 +01:00
parent a5f71f002c
commit c2a4df5d1f
2 changed files with 29 additions and 43 deletions

View File

@@ -28,7 +28,7 @@ color_reset() { printf '%b' "$RESET"; }
##########################
# Script Version Selection
##########################
SCRIPT_VERSION="${SCRIPT_VERSION:-v1}" # Default to v1 if not set
SCRIPT_VERSION="${SCRIPT_VERSION:-v2}" # Default to v2 if not set
echo
echo "Select script version:"