Update install.func

This commit is contained in:
CanbiZ 2025-04-07 15:57:32 +02:00
parent 36bd283211
commit 55a6d882f1

View File

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