mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-02-23 21:21:38 +01:00
Added "(Patience)" to the Updating Ghostscript message (#137)
The scripts needs some time to build and execute the installation.
This commit is contained in:
parent
ec7dd674ea
commit
4c46e9495d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user