]> gitweb.fluxo.info Git - kvmx.git/commitdiff
Fix: provision: web-full: libreoffice-gtk3 package name
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 20 Dec 2022 17:01:39 +0000 (14:01 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 20 Dec 2022 17:01:39 +0000 (14:01 -0300)
share/provision/debian/web-full

index 5eeb32a9376d2cf4faf6d436891d7299ad2c2cef..040d86267106a8a3f7176d5a0ca6d7ed0522545c 100755 (executable)
@@ -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