Remove texlive-latex-extra (temporary)

In order to free some space on the live iso, which is too big at the
moment
main
Arnaud Rebillout 1 month ago
parent 8ca1bfd664
commit b1be7b0cf4

@ -1,4 +1,7 @@
#!/bin/sh
apt -y remove desktop-base tango-icon-theme xorg
# Kali 2025.1: live image is too big, remove texlive-latex-extra,
# as it's not a hard dependency, only a Recommends of gvmd-common
apt -y remove texlive-latex-extra
apt -y autoremove

Loading…
Cancel
Save