Update LibreOffice.sh

This commit is contained in:
wattsy74
2021-09-28 20:27:57 +01:00
committed by GitHub
parent a041b54419
commit dcfd7a3e00

View File

@@ -84,6 +84,7 @@ if [[ "${currentinstalledver}" != "${latestver}" ]]; then
##########################################################################
# Uncomment this block for dmg & .app copy #
##########################################################################
/bin/sleep 10
/bin/echo "`date`: Mounting installer disk image." >> ${logfile}
/usr/bin/hdiutil attach "/tmp/${appName}.dmg" -nobrowse >> ${logfile}
/bin/sleep 30