LSPosed / MagiskOnWSALocal

Integrate Magisk root and Google Apps into WSA (Windows Subsystem for Android)
GNU Affero General Public License v3.0
9.49k stars 22.97k forks source link

[Bug] Missing dependency (unzip) #370

Closed jyling closed 1 year ago

jyling commented 1 year ago

Steps to reproduce/复现步骤

  1. start a fresh wsl
  2. install setools lzip wine patchelf e2fsprogs aria2 python3 attr
  3. install requests on python3
  4. install winetricks with msxml6
  5. run ./build.sh

Expected behaviour/预期行为

Should run without issue

Actual behaviour/实际行为

unable to unzip due to missing package (unzip) image

MagiskOnWSALocal commit full SHA/MagiskOnWSALocal 提交的完整哈希

9854c629d057f0d4bf1a405c36376ea542e36958

Linux distribution info/Linux 发行版信息

image

Windows version/Windows 版本

Window 11 (22621.1105)

Build Parameters/构建参数

./build.sh INFO: Architecture: x64 INFO: Release Type: retail INFO: Magisk Version: stable INFO: GApps Brand: MindTheGapps INFO: GApps Variant: pico INFO: Root Solution: magisk Build: RELEASE_TYPE=Retail

Version requirement/版本要求

Logs/日志

Before installing the unzip

![image](https://user-images.githubusercontent.com/11886327/215122806-c8de34d2-e980-4d0f-ba3c-8903d1f5eff2.png)

After installing the unzip

![image](https://user-images.githubusercontent.com/11886327/215122557-8c0bfebb-49fe-427e-889b-1e7743053757.png)
jyling commented 1 year ago

Proposal: Add unzip into the requirement in the documentation