mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-28 11:50:06 +00:00
Bump various scripts to Debian 13 (Trixie) (#11093)
This commit is contained in:
parent
5c122f0b5c
commit
b2017086cd
109 changed files with 306 additions and 355 deletions
|
|
@ -1900,7 +1900,7 @@ function fetch_and_deploy_gh_release() {
|
|||
rm -rf "$tmpdir" "$unpack_tmp"
|
||||
return 1
|
||||
}
|
||||
elif [[ "$filename" == *.tar.* || "$filename" == *.tgz ]]; then
|
||||
elif [[ "$filename" == *.tar.* || "$filename" == *.tgz || "$filename" == *.txz ]]; then
|
||||
tar --no-same-owner -xf "$tmpdir/$filename" -C "$unpack_tmp" || {
|
||||
msg_error "Failed to extract TAR archive"
|
||||
rm -rf "$tmpdir" "$unpack_tmp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue