mirror of
https://github.com/aclist/dztui.git
synced 2026-08-25 17:32:36 +02:00
fix: uncomment code
Some checks failed
Mirror to Codeberg / mirror-to-codeberg (push) Has been cancelled
Some checks failed
Mirror to Codeberg / mirror-to-codeberg (push) Has been cancelled
This commit is contained in:
parent
c0f9d8a508
commit
7e4197cdbc
@ -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
|
||||
|
||||
4
dzgui.sh
4
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user