From 2d39db8758cb1033ebbf0f7335dfa2a79518ff4f Mon Sep 17 00:00:00 2001 From: Howard Wu Date: Tue, 14 Mar 2023 22:50:03 +0800 Subject: [PATCH] Disable pip install verbose output --- scripts/install_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_deps.sh b/scripts/install_deps.sh index 96ea546..7955f52 100755 --- a/scripts/install_deps.sh +++ b/scripts/install_deps.sh @@ -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 || {