diff options
-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 |