mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-11 09:54:36 +00:00
update Alpine XZ Patch
This commit is contained in:
parent
c9f4391df0
commit
3543d10d35
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue