1
0
Fork 0
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:
aclist 2024-01-12 15:50:00 +09:00
parent dc4e418540
commit 66d7d16c36
2 changed files with 3 additions and 3 deletions

View file

@ -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