mirror of
https://github.com/PurpleComputing/mdmscripts.git
synced 2026-06-10 20:20:32 +01:00
Update LibreOffice.sh
This commit is contained in:
@@ -77,7 +77,7 @@ if [[ "${currentinstalledver}" != "${latestver}" ]]; then
|
||||
/bin/echo "Available ${appName} version: ${latestver}"
|
||||
/bin/echo "`date`: Downloading newer version." >> ${logfile}
|
||||
/bin/echo "Downloading newer version."
|
||||
/usr/bin/curl -s -o /tmp/${dnldfile} ${url}
|
||||
/usr/bin/curl -s -o /tmp/${appName} ${url}
|
||||
if [[ "${forceQuit}" = "Y" ]]; then
|
||||
killall ${appName}
|
||||
fi
|
||||
@@ -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 >> ${logfile}
|
||||
/bin/sleep 30
|
||||
/bin/echo "`date`: Installing..." >> ${logfile}
|
||||
ditto -rsrc "/Volumes/${appName}/${appName}.app" "/Applications/${appName}.app"
|
||||
|
||||
Reference in New Issue
Block a user