diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2025-06-06 14:41:58 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2025-06-06 14:41:58 -0300 |
commit | 2aebcf7c9bd5687ac21992225930c88b345a241e (patch) | |
tree | 4ec6b992e92a2fe78750a9dd43c96eb8d6283735 /share/provision/debian/web-full | |
parent | 217937689cb4fe6320865730be2c5d98f395bd7c (diff) | |
download | kvmx-2aebcf7c9bd5687ac21992225930c88b345a241e.tar.gz kvmx-2aebcf7c9bd5687ac21992225930c88b345a241e.tar.bz2 |
Fix: provision: updates for trixie
Diffstat (limited to 'share/provision/debian/web-full')
-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 040d862..cb8f3c2 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-gtk3 gimp inkscape mat +$APT_INSTALL libreoffice libreoffice-gtk3 gimp inkscape mat2 # Luakit using stowpkg #if [ ! -x "$HOME/apps/stowpkg/tree/`uname -m`/bin/luakit" ]; then |