mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-05-06 14:56:36 +08:00
pip install quiet
This commit is contained in:
parent
2d39db8758
commit
62d17d2fc8
@ -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…
x
Reference in New Issue
Block a user