From 3cd291a05058750d7073d6c3e7b6dd0c0348ec39 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 7 Apr 2025 10:48:28 +0200 Subject: [PATCH] Update install.func --- misc/install.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/install.func b/misc/install.func index 278c021..4591da1 100644 --- a/misc/install.func +++ b/misc/install.func @@ -275,7 +275,7 @@ EOF fi } -get_gh_release() { +fetch_and_deploy_gh_release() { local repo="$1" local app="${repo##*/}" local api_url="https://api.github.com/repos/$repo/releases/latest"