mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-05-06 23:06:34 +08:00
Add dependency erofs-utils
This commit is contained in:
parent
cde01be6c8
commit
fd9569ce6e
@ -9,8 +9,8 @@
|
|||||||
The following dependencies are required:
|
The following dependencies are required:
|
||||||
|
|
||||||
| DistrOS | | | | |
|
| DistrOS | | | | |
|
||||||
|:-------------------:|--------------------------------------------------------------------------------|------------|--------------|--------------------|
|
|:-------------------:|--------------------------------------------------------------------------------------------|------------|--------------|--------------------|
|
||||||
| Debian | `lzip patchelf e2fsprogs python3 python3-pip aria2 p7zip-full attr unzip sudo` | `whiptail` | `qemu-utils` | `python3-venv` |
|
| Debian | `lzip patchelf e2fsprogs python3 python3-pip aria2 p7zip-full attr unzip sudo erofs-utils` | `whiptail` | `qemu-utils` | `python3-venv` |
|
||||||
| openSUSE Tumbleweed | Same as above | `dialog` | `qemu-tools` | `python3-venvctrl` |
|
| openSUSE Tumbleweed | Same as above | `dialog` | `qemu-tools` | `python3-venvctrl` |
|
||||||
|
|
||||||
The python3 library `requests` is used.
|
The python3 library `requests` is used.
|
||||||
|
@ -50,6 +50,7 @@ check_dependencies() {
|
|||||||
command -v unzip >/dev/null 2>&1 || NEED_INSTALL+=("unzip")
|
command -v unzip >/dev/null 2>&1 || NEED_INSTALL+=("unzip")
|
||||||
command -v qemu-img >/dev/null 2>&1 || NEED_INSTALL+=("qemu-utils")
|
command -v qemu-img >/dev/null 2>&1 || NEED_INSTALL+=("qemu-utils")
|
||||||
command -v sudo >/dev/null 2>&1 || NEED_INSTALL+=("sudo")
|
command -v sudo >/dev/null 2>&1 || NEED_INSTALL+=("sudo")
|
||||||
|
command -v mkfs.erofs >/dev/null 2>&1 || NEED_INSTALL+=("erofs-utils")
|
||||||
python3 -c "import venv" >/dev/null 2>&1 || NEED_INSTALL+=("python3-venv")
|
python3 -c "import venv" >/dev/null 2>&1 || NEED_INSTALL+=("python3-venv")
|
||||||
}
|
}
|
||||||
check_dependencies
|
check_dependencies
|
||||||
|
Loading…
x
Reference in New Issue
Block a user