Skip to content

Commit

Permalink
Added "(Patience)" to the Updating Ghostscript message (community-scr…
Browse files Browse the repository at this point in the history
…ipts#137)

The scripts needs some time to build and execute the installation.
  • Loading branch information
Mellowlynx authored Nov 8, 2024
1 parent ec7dd67 commit 4c46e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ct/paperless-ngx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c46e94

Please sign in to comment.