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