diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2019-03-22 14:12:42 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2019-03-22 14:12:42 -0300 |
commit | 395869f907428491f977a888bda8987e44edf0a7 (patch) | |
tree | fd6fcb1ae5b017130bdb911bcb168c75ec57fb39 /share/provision | |
parent | 047b4c13711390dfd9b27e16c060b4e74130d0d4 (diff) | |
download | kvmx-395869f907428491f977a888bda8987e44edf0a7.tar.gz kvmx-395869f907428491f977a888bda8987e44edf0a7.tar.bz2 |
Provision: web-full: more office tools
Diffstat (limited to 'share/provision')
-rwxr-xr-x | share/provision/web-full | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/provision/web-full b/share/provision/web-full index 75f207d..a21a15d 100755 --- a/share/provision/web-full +++ b/share/provision/web-full @@ -29,8 +29,8 @@ APT_INSTALL="sudo LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get install -y" # Provision the basic stuff $DIRNAME/web-basic $HOSTNAME $DOMAIN $MIRROR -# LibreOffice -$APT_INSTALL libreoffice +# Office Suite +$APT_INSTALL libreoffice gimp inkscape mat # Lave Tor available if the user wants to route other software besides running Tor Browser $APT_INSTALL tor |