Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernalbers committed May 26, 2023
1 parent 212e4c7 commit 2870dde
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# libreoffice-installer

...installs LibreOffice on macOS.
A macOS Package to install the latest stable version of
[LibreOffice](https://www.libreoffice.org) for "business deployments."

## Features

It will (re-)install LibreOffice if the app...

- is not installed at all
- is outdated
- has been installed from the Mac App Store (see below why)

## Why this package?

I need to manage LibreOffice on multiple Macs and keep it up to date.
For business deployments one would normally use the Mac App Store version and
install it automatically via a mobile device management (MDM).
Unfortunately, this is not possible for our use case due to
[Bug 153927](https://bugs.documentfoundation.org/show_bug.cgi?id=153927).
This package automates the installation / update of LibreOffice from the
official download page.

## Usage

Just download the package (`.pkg`) from the releases tab and double-click it or
(better) deploy it via your MDM.

0 comments on commit 2870dde

Please sign in to comment.