diff options
Diffstat (limited to 'share')
-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 |