Browse Source

Add libreoffice

pull/259/head
Xavier Petit 5 years ago committed by xpetit
parent
commit
8c820081dc
  1. 1
      scripts/install_client.sh
  2. 9
      scripts/libreoffice.sh

1
scripts/install_client.sh

@ -38,6 +38,7 @@ apt-get -y autoremove --purge
. fx.sh . fx.sh
. sublime.sh . sublime.sh
. vscode.sh . vscode.sh
. libreoffice.sh
# Install additional packages # Install additional packages
PKGS=" PKGS="

9
scripts/libreoffice.sh

@ -0,0 +1,9 @@
#!/bin/bash
# Install VSCode
SCRIPT_DIR="$(cd -P "$(dirname "$BASH_SOURCE")" && pwd)"
cd $SCRIPT_DIR
. set.sh
apt-get -y install libreoffice
Loading…
Cancel
Save