Switch xz to zst for arm .deb extraction.

This commit is contained in:
Donald Webster
2024-02-09 08:40:27 -08:00
parent c5f67916a1
commit 1df14dd7c5
+1 -1
View File
@@ -50,7 +50,7 @@ sha256sums_aarch64=('7ef266f903c8ca61e7495683f04ec9635c6c132550945a4e21644a8ec70
prepare() {
if [[ $CARCH = armv7h ]] || [[ $CARCH = aarch64 ]]; then
bsdtar -xf data.tar.xz
bsdtar -xf data.tar.zst
fi
}