mirror of
https://github.com/PurpleComputing/mdmscripts.git
synced 2026-02-10 01:02:17 +00:00
Update LibreOffice.sh
This commit is contained in:
@@ -77,6 +77,7 @@ if [[ "${currentinstalledver}" != "${latestver}" ]]; then
|
||||
/bin/echo "Available ${appName} version: ${latestver}"
|
||||
/bin/echo "`date`: Downloading newer version." >> ${logfile}
|
||||
/bin/echo "Downloading newer version."
|
||||
/bin/echo "URL: ${url}'
|
||||
curl -o /tmp/${dnldfile} ${url}
|
||||
if [[ "${forceQuit}" = "Y" ]]; then
|
||||
killall ${appName}
|
||||
|
||||
Reference in New Issue
Block a user