Skip to content

android-recovery-zip: Fix tar extraction

postmarketOS Bot requested to merge fix/recovery-tar-extract into master

Created by: ollieparanoid

The extraction was broken with busybox 1.28, because it requires EXTRACT_UNSAFE_SYMLINKS=1 before extracting symlinks to /bin/busybox etc.

Fixes #1333 (closed).

Merge request reports