Skip to content

Instantly share code, notes, and snippets.

@CosminEugenDinu
Created November 12, 2020 09:35
Show Gist options
  • Save CosminEugenDinu/d584dddfce534f8272ab9f661eb480a5 to your computer and use it in GitHub Desktop.
Save CosminEugenDinu/d584dddfce534f8272ab9f661eb480a5 to your computer and use it in GitHub Desktop.
Install libreoffice on linux server
#!/usr/bin/env bash
sudo apt update
sudo apt install libreoffice --no-install-recommends
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment