mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-04-18 06:29:09 +00:00
pip install quiet
This commit is contained in:
parent
2d39db8758
commit
62d17d2fc8
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ if [ -n "${NEED_INSTALL[*]}" ]; then
|
|||
if ! ($SUDO "$PM" "${UPDATE_OPTION[@]}" && $SUDO "$PM" "${INSTALL_OPTION[@]}" "${NEED_INSTALL[@]}") then abort; fi
|
||||
fi
|
||||
fi
|
||||
python3 -m pip install -r requirements.txt
|
||||
python3 -m pip install -r requirements.txt -q
|
||||
|
||||
if [ ! -f /proc/sys/fs/binfmt_misc/WSLInterop ] || [ "$(id -u)" == "0" ] && which wine64 > /dev/null; then
|
||||
winetricks list-installed | grep -E "^msxml6" >/dev/null 2>&1 || {
|
||||
|
|
Loading…
Add table
Reference in a new issue