Compare commits

..

2 Commits

Author SHA1 Message Date
CanbiZ
c14c9e5c6c Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2025-06-18 09:22:05 +02:00
CanbiZ
d3db08033d Update tools.func 2025-06-18 09:22:03 +02:00

View File

@ -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