From 13724fb125b35456185efc7f5d3bf69696e745c8 Mon Sep 17 00:00:00 2001 From: Yuri Kuit Date: Mon, 6 Jul 2026 12:58:15 +0200 Subject: [PATCH] v3-revamp --- 0-setup-linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0-setup-linux.sh b/0-setup-linux.sh index a1af917..d4cded2 100755 --- a/0-setup-linux.sh +++ b/0-setup-linux.sh @@ -116,7 +116,7 @@ if [[ -n "$DE" ]]; then echo color_cyan echo "----------------------------------------------------------------" - printf "Detected Desktop Environment: %s (%s)\n" "$DE" "${DE_RAW}" + printf "Detected Desktop Environment: %s (%s)\n" "$DE" "${DE_RAW:-unknown}" echo "----------------------------------------------------------------" color_reset else