diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2022-02-19 10:00:05 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2022-02-19 10:00:05 -0300 |
commit | a6ee70bb387c7c7002c5d82cde7fdbd62aaa4730 (patch) | |
tree | 08a28e0d135b9846beef89585813e33d6df8fc6d /share/provision/debian/web-full | |
parent | 13c337a59dcc65838c53dac4979aeea63fc606e7 (diff) | |
download | kvmx-a6ee70bb387c7c7002c5d82cde7fdbd62aaa4730.tar.gz kvmx-a6ee70bb387c7c7002c5d82cde7fdbd62aaa4730.tar.bz2 |
Feat: provision: web-full: install libreoffice-gtk3
Diffstat (limited to 'share/provision/debian/web-full')
-rwxr-xr-x | share/provision/debian/web-full | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/provision/debian/web-full b/share/provision/debian/web-full index a21a15d..f16b032 100755 --- a/share/provision/debian/web-full +++ b/share/provision/debian/web-full @@ -30,7 +30,7 @@ APT_INSTALL="sudo LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get install -y" $DIRNAME/web-basic $HOSTNAME $DOMAIN $MIRROR # Office Suite -$APT_INSTALL libreoffice gimp inkscape mat +$APT_INSTALL libreoffice libreoffice-gkt3 gimp inkscape mat # Lave Tor available if the user wants to route other software besides running Tor Browser $APT_INSTALL tor |