chore: update installscript branch

This commit is contained in:
aclist 2025-12-27 20:41:25 +09:00
parent c37800795b
commit 4bcf894704

View File

@ -11,7 +11,7 @@ fetch(){
local file="dzgui.sh" local file="dzgui.sh"
local author="aclist" local author="aclist"
local repo="dztui" local repo="dztui"
local branch="dzgui" local branch="fix/malformed-vdf"
local url local url
local res local res
gh_url="https://raw.githubusercontent.com/$author/$repo/$branch/$file" gh_url="https://raw.githubusercontent.com/$author/$repo/$branch/$file"