Update LibreOffice.sh

This commit is contained in:
wattsy74
2021-09-28 20:11:36 +01:00
committed by GitHub
parent ea20ea6ff1
commit cf7166301b

View File

@@ -85,7 +85,7 @@ if [[ "${currentinstalledver}" != "${latestver}" ]]; then
# Uncomment this block for dmg & .app copy #
##########################################################################
/bin/echo "`date`: Mounting installer disk image." >> ${logfile}
/usr/bin/hdiutil attach /tmp/${appName} -nobrowse -quiet
/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"