From 62d17d2fc8778f07f704ac46c7664cf33f0d5bda Mon Sep 17 00:00:00 2001 From: Howard Wu Date: Tue, 14 Mar 2023 22:51:13 +0800 Subject: [PATCH] pip install quiet --- 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 7955f52..90e769b 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 +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 || {