mirror of
https://github.com/aclist/dztui.git
synced 2024-12-29 13:52:03 +01:00
chore: drop old vars
This commit is contained in:
parent
77ea5836f4
commit
1566f8ade6
2 changed files with 0 additions and 4 deletions
3
dzgui.sh
3
dzgui.sh
|
@ -63,9 +63,6 @@ testing_url="$url_prefix/testing"
|
||||||
releases_url="https://github.com/$author/$repo/releases/download/browser"
|
releases_url="https://github.com/$author/$repo/releases/download/browser"
|
||||||
km_helper_url="$releases_url/latlon"
|
km_helper_url="$releases_url/latlon"
|
||||||
geo_file_url="$releases_url/ips.csv.gz"
|
geo_file_url="$releases_url/ips.csv.gz"
|
||||||
#TODO: move adoc to index
|
|
||||||
help_url="https://$author.github.io/dzgui/dzgui"
|
|
||||||
sponsor_url="https://github.com/sponsors/$author"
|
|
||||||
|
|
||||||
logger(){
|
logger(){
|
||||||
local date="$(date "+%F %T,%3N")"
|
local date="$(date "+%F %T,%3N")"
|
||||||
|
|
|
@ -73,7 +73,6 @@ releases_url="$gh_prefix/$author/$repo/releases/download/browser"
|
||||||
km_helper_url="$releases_url/latlon"
|
km_helper_url="$releases_url/latlon"
|
||||||
db_file="$releases_url/ips.csv.gz"
|
db_file="$releases_url/ips.csv.gz"
|
||||||
sums_url="$stable_url/helpers/sums.md5"
|
sums_url="$stable_url/helpers/sums.md5"
|
||||||
vdf2json_url="$stable_url/helpers/vdf2json.py"
|
|
||||||
#TODO: move adoc to index
|
#TODO: move adoc to index
|
||||||
help_url="https://$author.github.io/dzgui/dzgui"
|
help_url="https://$author.github.io/dzgui/dzgui"
|
||||||
forum_url="$gh_prefix/$author/$repo/discussions"
|
forum_url="$gh_prefix/$author/$repo/discussions"
|
||||||
|
|
Loading…
Reference in a new issue