Update LibreOffice.sh

This commit is contained in:
wattsy74
2021-09-29 08:42:39 +01:00
committed by GitHub
parent 86eaa89682
commit 9a1e1f9279

View File

@@ -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."
sudo /usr/bin/curl -o /tmp/${dnldfile} ${url}
/usr/bin/curl -A ${userAgent} -o /tmp/${dnldfile} ${url}
if [[ "${forceQuit}" = "Y" ]]; then
killall ${appName}
fi