From 4c46e9495dbf568caac5a22e9cb073c7070e7100 Mon Sep 17 00:00:00 2001 From: Mellowlynx <2348339+Mellowlynx@users.noreply.github.com> Date: Fri, 8 Nov 2024 20:29:57 +0100 Subject: [PATCH] Added "(Patience)" to the Updating Ghostscript message (#137) The scripts needs some time to build and execute the installation. --- ct/paperless-ngx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/paperless-ngx.sh b/ct/paperless-ngx.sh index 02e52d08a..d7a1947c0 100644 --- a/ct/paperless-ngx.sh +++ b/ct/paperless-ngx.sh @@ -68,7 +68,7 @@ function update_script() { if [ "$UPD" == "1" ]; then if [[ "${RELEASE}" != "$(cat /opt/${APP}_version.txt)" ]] || [[ ! -f /opt/${APP}_version.txt ]]; then if [[ "$(gs --version 2>/dev/null)" != "10.04.0" ]]; then - msg_info "Updating Ghostscript" + msg_info "Updating Ghostscript (Patience)" cd /tmp wget -q https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10040/ghostscript-10.04.0.tar.gz tar -xzf ghostscript-10.04.0.tar.gz