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