Update install.func

This commit is contained in:
CanbiZ 2025-04-07 15:48:17 +02:00
parent aab892a26b
commit 2b44eeae2f

View File

@ -277,7 +277,7 @@ EOF
fetch_and_deploy_gh_release() {
local repo="$1"
local app="${repo##*/}"
local app="${APPLICATION}"
local api_url="https://api.github.com/repos/$repo/releases/latest"
local header=()
local attempt=0