From: Silvio Rhatto Date: Tue, 20 Dec 2022 17:01:39 +0000 (-0300) Subject: Fix: provision: web-full: libreoffice-gtk3 package name X-Git-Tag: 0.1.0~34 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=850c18621f5ca28ec62815db61abc8afd86a9d2f;p=kvmx.git Fix: provision: web-full: libreoffice-gtk3 package name --- diff --git a/share/provision/debian/web-full b/share/provision/debian/web-full index 5eeb32a..040d862 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 libreoffice-gkt3 gimp inkscape mat +$APT_INSTALL libreoffice libreoffice-gtk3 gimp inkscape mat # Luakit using stowpkg #if [ ! -x "$HOME/apps/stowpkg/tree/`uname -m`/bin/luakit" ]; then