From 70f72e3432a21e40856a37bf6b1d3502d705a7a6 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 20 Aug 2025 12:34:21 +0200 Subject: [PATCH] Update tools.func --- misc/tools.func | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/misc/tools.func b/misc/tools.func index 6014c0d5..7c7e5492 100644 --- a/misc/tools.func +++ b/misc/tools.func @@ -1434,7 +1434,9 @@ function setup_gs() { rm -rf "$TMP_DIR" } $STD apt-get install -y build-essential libpng-dev zlib1g-dev - $STD ./configure >/dev/null && $STD make && $STD sudo make install + $STD ./configure >/dev/null + $STD make + $STD sudo make install local EXIT_CODE=$? hash -r if [[ ! -x "$(command -v gs)" ]]; then