From db57a7290a6e96f16e838ac95f57854707524271 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 18 Aug 2025 16:52:08 +0200 Subject: [PATCH] silent setup_gs --- misc/tools.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/tools.func b/misc/tools.func index 88a4faa7..f8797426 100644 --- a/misc/tools.func +++ b/misc/tools.func @@ -1422,7 +1422,7 @@ function setup_gs() { rm -rf "$TMP_DIR" } $STD apt-get install -y build-essential libpng-dev zlib1g-dev - ./configure >/dev/null && make && sudo make install >/dev/null + $STD ./configure >/dev/null && $STD make && $STD sudo make install local EXIT_CODE=$? hash -r if [[ ! -x "$(command -v gs)" ]]; then