]> gitweb.fluxo.info Git - kvmx.git/commitdiff
Fix: provision: updates for trixie
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 6 Jun 2025 17:41:58 +0000 (14:41 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 6 Jun 2025 17:41:58 +0000 (14:41 -0300)
share/provision/debian/desktop-basic
share/provision/debian/web-full

index 2eeaf5d9dd7d9288d240798a1c3cca17a1fb7921..2c5ea6d364df28da285045373b8564255ec35e04 100755 (executable)
@@ -46,7 +46,10 @@ apps/metadot/metadot deps-bundle desktop-basic
 
 # Additional packages
 echo "Installing additional desktop-basic packages..."
-$APT_INSTALL xpra lightdm firejail xsel tigervnc-viewer alsa-utils pulseaudio
+$APT_INSTALL lightdm firejail xsel alsa-utils pulseaudio
+
+# For host-guest interfacing
+$APT_INSTALL xpra tigervnc-viewer
 
 # Tor Browser launcher
 # Deprecated in favor of https://git.fluxo.info/utils-tor
index 040d86267106a8a3f7176d5a0ca6d7ed0522545c..cb8f3c29579708a0b966cd80d3a396b2a83b9847 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-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