aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2022-12-20 14:01:39 -0300
committerSilvio Rhatto <rhatto@riseup.net>2022-12-20 14:01:39 -0300
commit850c18621f5ca28ec62815db61abc8afd86a9d2f (patch)
tree61c0e224aa86c0d6c17e7c6b4a9a56728765b1c8 /share
parent2b80e526539698f9315eea1d0b5a0834b2519d94 (diff)
downloadkvmx-850c18621f5ca28ec62815db61abc8afd86a9d2f.tar.gz
kvmx-850c18621f5ca28ec62815db61abc8afd86a9d2f.tar.bz2
Fix: provision: web-full: libreoffice-gtk3 package name
Diffstat (limited to 'share')
-rwxr-xr-xshare/provision/debian/web-full2
1 files changed, 1 insertions, 1 deletions
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