From 4bcf8947049e034a0d743ed9d9ab9f9ba9af9439 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Sat, 27 Dec 2025 20:41:25 +0900 Subject: [PATCH] chore: update installscript branch --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 13f96cc..efe9f08 100755 --- a/install.sh +++ b/install.sh @@ -11,7 +11,7 @@ fetch(){ local file="dzgui.sh" local author="aclist" local repo="dztui" - local branch="dzgui" + local branch="fix/malformed-vdf" local url local res gh_url="https://raw.githubusercontent.com/$author/$repo/$branch/$file"