mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-04-17 22:19:08 +00:00
Disable pip install verbose output
This commit is contained in:
parent
0afcaac81f
commit
2d39db8758
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 -v
|
||||
python3 -m pip install -r requirements.txt
|
||||
|
||||
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