From d3db08033d17620764cb73e7a3cb98933e1e71b0 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 18 Jun 2025 09:22:03 +0200 Subject: [PATCH] Update tools.func --- misc/tools.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/tools.func b/misc/tools.func index 2bc88b14..557fede1 100644 --- a/misc/tools.func +++ b/misc/tools.func @@ -874,7 +874,7 @@ function fetch_and_deploy_gh_release() { if ! command -v unzip &>/dev/null; then $STD apt-get install -y unzip fi - unzip "$tmpdir/$filename" -d "$target" + $STD unzip "$tmpdir/$filename" -d "$target" elif [[ "$filename" == *.tar.gz ]]; then tar -xzf "$tmpdir/$filename" -C "$target" else