mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-05-06 14:56:36 +08:00
Disable pip install verbose output
This commit is contained in:
parent
0afcaac81f
commit
2d39db8758
@ -119,7 +119,7 @@ if [ -n "${NEED_INSTALL[*]}" ]; then
|
|||||||
if ! ($SUDO "$PM" "${UPDATE_OPTION[@]}" && $SUDO "$PM" "${INSTALL_OPTION[@]}" "${NEED_INSTALL[@]}") then abort; fi
|
if ! ($SUDO "$PM" "${UPDATE_OPTION[@]}" && $SUDO "$PM" "${INSTALL_OPTION[@]}" "${NEED_INSTALL[@]}") then abort; fi
|
||||||
fi
|
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
|
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 || {
|
winetricks list-installed | grep -E "^msxml6" >/dev/null 2>&1 || {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user