mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-05-06 06:46:35 +08:00
Python Dependencies Silent Installation
This commit is contained in:
parent
d6b7070121
commit
6d5f3f4a67
@ -148,5 +148,5 @@ if [ "$python_version" -ge 311 ]; then
|
||||
}
|
||||
deactivate
|
||||
else
|
||||
python3 -m pip install -r requirements.txt || abort "Failed to install python3 dependencies"
|
||||
python3 -m pip install -r requirements.txt -q || abort "Failed to install python3 dependencies"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user