From 2bd2a763a1de58b7250aab791dbc12321d735166 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 20 Aug 2025 17:27:19 +0200 Subject: [PATCH] merge setup_gs from VED to VE --- misc/tools.func | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/misc/tools.func b/misc/tools.func index 07b822096..d5edde6c7 100644 --- a/misc/tools.func +++ b/misc/tools.func @@ -1407,7 +1407,9 @@ 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