silent setup_gs

This commit is contained in:
CanbiZ 2025-08-18 16:52:08 +02:00
parent 5c36039c90
commit db57a7290a

View File

@ -1422,7 +1422,7 @@ function setup_gs() {
rm -rf "$TMP_DIR" rm -rf "$TMP_DIR"
} }
$STD apt-get install -y build-essential libpng-dev zlib1g-dev $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=$? local EXIT_CODE=$?
hash -r hash -r
if [[ ! -x "$(command -v gs)" ]]; then if [[ ! -x "$(command -v gs)" ]]; then