20 Commits

Author SHA1 Message Date
Howard Wu
b38fe8c678 Fix Python dependency installation
Always use it when a virtual environment exists
2023-05-26 16:12:43 +08:00
Muhammad Alfaiz Khisma Authar
3d819b9ba5
Add support for arch (#556)
* For Arch, confirm before any operation

---------

Co-authored-by: Howard Wu <HowardWu20@outlook.com>
2023-05-26 03:01:04 +08:00
Howard Wu
d8e875a4ae
EROFS mount using fuse (#553)
Get rid of kernel support of EROFS
Pre-build `erofs-utils` from https://github.com/sekaiacg/erofs-utils/releases/tag/v1.6-230502
Since it is statically linked, so binary build for Android also works for other platforms.
x86_64 using [erofs-utils-v1.6-g689372cd-Linux_x86_64-2305022024.zip](https://github.com/sekaiacg/erofs-utils/releases/download/v1.6-230502/erofs-utils-v1.6-g689372cd-Linux_x86_64-2305022024.zip)
aarch64 using [erofs-utils-v1.6-g689372cd-Android_arm64-v8a-2305022023.zip](https://github.com/sekaiacg/erofs-utils/releases/download/v1.6-230502/erofs-utils-v1.6-g689372cd-Android_arm64-v8a-2305022023.zip)

Fix #535
Close #552
2023-05-24 18:09:59 +08:00
Howard Wu
6d5f3f4a67 Python Dependencies Silent Installation 2023-05-13 21:26:43 +08:00
Howard Wu
d6b7070121 Only use venv when Python version >= 3.11 2023-05-13 21:23:58 +08:00
Howard Wu
fd9569ce6e Add dependency erofs-utils 2023-05-13 20:51:52 +08:00
Howard Wu
285d43c601 Use Python3 virtual environments
Try to Fix #508
2023-05-12 00:07:27 +08:00
Howard Wu
ad396d6810 Add dependency sudo
Unsupported system without `sudo`
Close #499 #497
2023-04-18 17:11:37 +08:00
Howard Wu
d8194364fa Fix dependencies install
Forget to update package list before install
2023-04-17 18:49:34 +08:00
Howard Wu
3b39690fef Remove support for the compression format tar.xz
This format has a very large memory requirement for generation, about 16GB, even with a fallback to a single-threaded compression step, which would be very slow.
This format is not widely used on Windows, and decompression is a pain.
The 7z format has a better balance of size and performance requirements.
2023-03-26 22:44:33 +08:00
Howard Wu
8e3eef35a9 Force upgrade ca-certificates
People constantly suggest adding this #61 #431 #432
Close #432
2023-03-20 03:23:21 +08:00
Howard Wu
65c7c2670d Remove dependency wine, winetricks
Now `makepri` run at first-time install
2023-03-18 17:49:49 +08:00
Howard Wu
9236fac730
Support 2302 (vhdx) (#416)
* Announcement not supported 2302

Will switch to Powershell scripts that require running under Windows 11

* Support 2302

* format

* Update makepri

* Refine quotes

* Refine quotes +1

* Refine quotes *3

* Fix KernelSU Magisk fallback

* Fix KernelSU build

* Refine resources merge

* Update build.sh

* Refine resize
2023-03-18 13:56:49 +08:00
Howard Wu
58d25e9959 Remove dependency setools 2023-03-16 20:23:02 +08:00
Howard Wu
62d17d2fc8 pip install quiet 2023-03-14 22:51:13 +08:00
Howard Wu
2d39db8758 Disable pip install verbose output 2023-03-14 22:50:03 +08:00
Howard Wu
0afcaac81f Only openSUSE Tumbleweed is supported 2023-03-14 22:46:25 +08:00
Howard Wu
b7778ffcec Don't ignore SC2086
Fix #342
Some user run the build script as root user, which cause makepri failed to read files from work dir, this change force using wine when run build in root user
2023-03-07 17:55:46 +08:00
Howard20181
d41bee363b Fix offline mode GApps version 2023-01-11 17:05:56 +08:00
Fernando Fernández
207faa6457
Decouple dependency installation in a different script (#340)
Co-authored-by: Howard20181 <40033067+Howard20181@users.noreply.github.com>
2023-01-11 16:49:14 +08:00