mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-10 19:05:09 +00:00
update Alpine XZ Patch
This commit is contained in:
parent
c9f4391df0
commit
3543d10d35
@ -198,7 +198,7 @@ header_info() {
|
||||
apt-get update -y &> /dev/null
|
||||
apt-get install -y tar build-essential &> /dev/null
|
||||
elif [ -f /etc/alpine-release ]; then
|
||||
apk add --no-cache tar build-base &> /dev/null
|
||||
apk add --no-cache tar xz build-base &> /dev/null
|
||||
export TERM=xterm
|
||||
else
|
||||
return 1
|
||||
|
Loading…
Reference in New Issue
Block a user