mirror of
https://github.com/aclist/dztui.git
synced 2024-12-28 13:22:35 +01:00
fix: setup handling
This commit is contained in:
parent
ff7f09015c
commit
4dd2a2941f
1 changed files with 2 additions and 1 deletions
3
dzgui.sh
3
dzgui.sh
|
@ -238,6 +238,7 @@ watcher_deps(){
|
|||
logger INFO "Found DZG Watcher dependencies"
|
||||
}
|
||||
format_version_url(){
|
||||
[[ -z "$branch" ]] && branch="stable"
|
||||
case "$branch" in
|
||||
"stable")
|
||||
version_url="$stable_url/dzgui.sh"
|
||||
|
@ -531,7 +532,7 @@ fetch_dzq(){
|
|||
logger INFO "Updated DZQ to sha '$sha'"
|
||||
}
|
||||
fetch_helpers_by_sum(){
|
||||
source "$config_file"
|
||||
[[ -f "$config_file" ]] && source "$config_file"
|
||||
declare -A sums
|
||||
sums=(
|
||||
["ui.py"]="f14772424461ec438579dec567db0634"
|
||||
|
|
Loading…
Reference in a new issue