From 7e4197cdbc03bf9e684e6fe0b8c945f4e70f3735 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Sun, 18 Jan 2026 15:04:26 +0900 Subject: [PATCH] fix: uncomment code --- CHANGELOG.md | 4 ++++ dzgui.sh | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a443f0..ddadff0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [6.0.2-beta.2] 2026-01-18 +## Fixed +- Helpers not being downloaded (uncommented boilerplate) + ## [6.0.2-beta.1] 2026-01-18 ## Fixed - Do not spawn dialogs from inside of thread when fetching prereqs diff --git a/dzgui.sh b/dzgui.sh index 00b480f..7272b96 100755 --- a/dzgui.sh +++ b/dzgui.sh @@ -2,7 +2,7 @@ set -o pipefail src_path="$(readlink -e "$0")" -version=6.0.2-beta.1 +version=6.0.2-beta.2 #CONSTANTS aid=221100 @@ -1123,7 +1123,7 @@ calc_local_coords(){ initial_setup(){ check_architecture test_connection - #fetch_helpers + fetch_helpers varcheck source "$config_file" lock