mirror of
https://github.com/aclist/dztui.git
synced 2025-09-06 13:42:28 +02:00
fix: download toggle
This commit is contained in:
parent
dc4e418540
commit
66d7d16c36
2 changed files with 3 additions and 3 deletions
|
@ -702,8 +702,8 @@ format_version_url(){
|
|||
}
|
||||
download_new_version(){
|
||||
local version_url="$(format_version_url)"
|
||||
mv "$src_path" "$src_path.old"
|
||||
curl -Ls "$version_url" > "$src_path"
|
||||
curl -L "$version_url" > /tmp/dzg.new
|
||||
mv /tmp/dzg.new "$src_path"
|
||||
rc=$?
|
||||
if [[ $rc -eq 0 ]]; then
|
||||
dl_changelog
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue