update Alpine XZ Patch

This commit is contained in:
CanbiZ 2024-12-31 09:02:07 +01:00 committed by GitHub
parent c9f4391df0
commit 3543d10d35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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