From ea20ea6ff12ccaae2ea644c88db5b7a87c315d0e Mon Sep 17 00:00:00 2001 From: wattsy74 <49881777+wattsy74@users.noreply.github.com> Date: Tue, 28 Sep 2021 20:07:17 +0100 Subject: [PATCH] Update LibreOffice.sh --- LibreOffice.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/LibreOffice.sh b/LibreOffice.sh index a1a4781..2474516 100644 --- a/LibreOffice.sh +++ b/LibreOffice.sh @@ -86,6 +86,7 @@ if [[ "${currentinstalledver}" != "${latestver}" ]]; then ########################################################################## /bin/echo "`date`: Mounting installer disk image." >> ${logfile} /usr/bin/hdiutil attach /tmp/${appName} -nobrowse -quiet + /bin/sleep 30 /bin/echo "`date`: Installing..." >> ${logfile} ditto -rsrc "/Volumes/${appName}/${appName}.app" "/Applications/${appName}.app" /bin/sleep 30